
body, td, p, div, li, span, th, input, textarea {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 11px;
}

body {
	background: #FFF7DD;
}

a:link, a:visited, a:hover, a:active {
	color:		#000000;
	text-decoration: underline;
}


.contentTABLE {
	width:760px;
}



.menuTD {
	background:			#FFF7DD;
	vertical-align: 	top;
	/* padding-left: 		10px; */
	
	width: 200px;
	
}

.menuTD .menuItem a:link, .menuTD .menuItem a:visited, .menuTD .menuItem a:hover, .menuTD .menuItem a:active {
	
	color:				#000000;
	text-decoration:	none;
	font-weight:		bold;
	
	border-bottom:		1px solid #FFD100;
	width:				100%;
	
	display:			block;
	margin-top:			2px;
	margin-bottom:		2px;
	padding:			3px;
	
	margin-left: 		4px;
	margin-right: 		2px;
	
}

.menuTD a:hover {
	color:				#FEE57E;
}



.menuTD .subMenuItem a:link, .menuTD .subMenuItem a:visited, .menuTD .subMenuItem a:hover, .menuTD .subMenuItem a:active {
	
	color:				#000000;
	text-decoration:	none;
	/* font-weight:		bold; */
	
	border-bottom:		1px solid #FFD100;

	width: 100%;
	
	display:			block;
	margin-top:			2px;
	margin-bottom:		2px;
	padding:			3px;
	
	margin-left:		12px;
	margin-right:		2px;
}



.printLink:link, .printLink:visited, .printLink:hover, .printLink:active {
	color:				#000000;
}







.headerTD {}

.centerTD {
	background:			#FFFDF8;
	vertical-align:		top;
	
	padding-left:		10px;
	padding-right:		10px;
	
	width:				560px;
}

.rightTD {
	vertical-align:		top;
	padding-right:		10px;	
	background:			#FFFDF8;
}


.pageHeader {
	border-bottom:		1px solid #000000;
	
	font-family:		verdana, arial, helvetica, san-serif;
	font-weight: 		bold;
	font-size: 			12px;
	
	color:				#870100;
}

