body {
	font-family: verdana, tahoma, arial, sans-serif;
}

p {
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0px;
}
table.navbar {
	font-size: 			11pt;
	margin: 			0px;
	padding: 			0px; 
	border: 			0px; 
	font-weight: 		bold;
}
table.menu {
	font-size: 			10pt;
	margin: 			0px;
	padding: 			0px;
	font-weight: 		bold;
}
td.menuNormal {
	padding: 			5px;
	color: 				#404040;
	font-weight: 		bold;
	vertical-align: 	top;
	background-color: 	#d0d0fc;
}
td.menuHover {
	padding: 			5px;	
	color: 				white;      
	font-weight: 		bold;
	vertical-align: 	top;
	background-color: 	#718EC1;  	/*remove this line for drop-down menu with images*/
}
div.menuNormal {
	display: 			none;
	position: 			static;
}
div.menuHover {
/*	border: 			1px solid #718EC1; 	*/
	background-color: 	white;				
	display: 			inline;
	position: 			absolute;
}
a.menuitem:link {
	text-decoration: 	none;
	color: 				#003366;
	background-color: 	#d0d0fc;
	display: 			block;		
}
a.menuitem:visited {
	text-decoration: 	none;
	color: 				#003366;
	background-color: 	#d0d0fc;
	display: 			block;		
}
a.menuitem:hover {
	text-decoration: 	none;
	color: 				#808080;
	background-color: 	#d0d0fc;
	display: 			block;		
}
a.menuitem:active {
	text-decoration: 	none;
	color: 				white;
	background-color: 	#718EC1;
	display: 			block;		
}


/*
//
//THESE ARE NOT USED:
//
//BODY
//{
//	font-family: verdana, tahoma, arial, sans-serif;
//	font-size: 10pt;
//	margin: 0px;
//	margin-left: 3px;
//	margin-right: 3px;
//	padding: 0px;
//}
//
//
//P
//{
//	padding-top: 10px;
//	margin: 0px;
//}
//
//
//H1
//{
//	font-size: 12pt;
//	font-weight: bold;
//	padding-top: 15px;
//	margin: 0;
//}
//
//
*/