@charset "utf-8";
/* CSS Document */

.captions {
		font-family: verdana;
		font-size: 11px;
		color: #555;
	}
.h2 {
		font-family: verdana;
		font-weight:bold;
		font-size: 14px;
		color: #555;
	}

.header {
	font-family: verdana;
	font-size: 24px;
	font-weight: bold;
	color: #EAB710;
}
.menu {
		 border-left: solid 1px #bbb;
		 width: 155px;
	}
	
.left-td {
		 border-left: solid 1px #bbb;
		 width: 165px;
	}
		.content {
		
		height: 100%;
		font-family: verdana;
		font-size: 14px;
		color:555555;
		padding-top: 5px;

                padding-right: 5px;

                padding-bottom: 5px;

                padding-left: 25px;

	}
