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;
}

table.navbar {font-size: 10pt; margin: 0px; padding: 0px; border: 1px; font-weight: normal;} 
table.menu {font-size: 10pt; margin: 0px; padding: 0px; font-weight: normal;}

td.menuNormal {
	padding: 0px; 
	color: #3366CC; 
	font-weight: bold; 
	vertical-align: top;
	background-color: white;
} 

td.menuHover {
	padding: 0px; 
	color: #529C32; 
	font-weight: bold; 
	vertical-align: top; /*remove the following line for drop-down menu with images*/ 
	background-color: white ;
	cursor:pointer;
} 

div.menuNormal {
	display: none;
} 

div.menuHover {
	border: 0.5px solid lightblue; 
	background-color: #E6F4FF; 
	display: list-item; 
	position: absolute;
}

a.menuitem:link {
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #56D0FE; 
	display: block;
}
 
a.menuitem:visited {
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #56D0FE; 
	display: block;
} 

a.menuitem:hover {
	text-decoration: none; 
	color: red; 
	background-color: lightblue; 
	display: block;
} 

a.menuitem:active {
	text-decoration: none; 
	color: black; 
	background-color: lightblue; 
	display: block;
}

a.menunotitem:link {
	text-decoration: none; 
	color: #3366CC; 
	background-color: #FFFFFF; 
	display: block;
}
 
a.menunotitem:visited {
	text-decoration: none; 
	color: #3366CC; 
	background-color: #FFFFFF; 
	display: block;
	text-align:center;
} 

a.menunotitem:hover {
	text-decoration: none; 
	color: red; 
	background-color: #FFFFFF; 
	display: block;
	cursor:auto;
} 

a.menunotitem:active {
	text-decoration: none; 
	color: black; 
	background-color: lightblue; 
	display: block;
}

.contentframe
{ 
	padding-left: 6px;
	color: #3375B3;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none; 
	font-weight: bold;

}

a.contentframe:link, a.contentframe:visited,a.contentframe:active 
{ 
	color: #0066CC; 
}

a.contentframe:hover 
{ 
	color: #FF6666; 
}