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;
}

INPUT {
background-color: #E6F4FC;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 8pt
} 
TEXTAREA {
background-color: #E6F4FC;
border: normal;
color: black;
font-family: arial, verdana, ms sans serif;
font-size: 8pt;
font-weight: normal
} 
.altButtonFormat {
background-color: #c0c0c0;
font-family: verdana;
border: #000000 1px solid;
font-size: 12px;
color: #778899
} 
.altTextField {
background-color: #ececec;
font-family: verdana;
font-size: 12pt;
color: #09c09c
} 
.radioStyle {
background-color: #FF0000;
border: #000000 solid 1px;
font-family: verdana;
font-size: 12px;
color: #000000
}

table.video {
	background: White;
	border-style: double;
	font-size: 10px;
	border: thin 1;
	border-color: Maroon;
	
}

a.videoLink:link {
	background: White;
	border-style: double;
	font-size: 12px;
	font-weight: bold;
	color: red;
   border-bottom: double;
   text-decoration: none;

}
a.videoLink:visited {
	background: White;
	border-style: double;
	font-size: 12px;
	font-weight: bold;
	color: red;
	border-bottom: double;
	 text-decoration: none;
}
a.videoLink:hover {
	background: red;
	border-style: double;
	font-size: 12px;
	font-weight: bold;
	color: white;
   border-bottom: double;
  text-decoration: none;
}



H1 {
	font-size: 12pt; font-weight: bold; padding-top: 15px; margin: 0;
}

table.navbar {
	font-size: 8pt; margin: 0px; padding: 0px; border: 0px; font-weight: bold;
} 

table.menu {
	font-size: 8pt; margin: 0px; padding: 0px; font-weight: bold;
}

td.menuNormal {
	padding: 0px; color: black; font-weight: bold; vertical-align: top; background-color: white;
} 

td.menuHover {
	padding: 0px; color: black; font-weight: bold; vertical-align: top; /*remove the following line for drop-down menu with images*/ background-color: lightblue;
}

div.menuNormal {
	display: none; position: static;
}

div.menuHover {
	border: 1px solid lightblue; background-color: white; display: inline; position: absolute;
}

a.menuitem:link {
	text-decoration: none; color: black; background-color: white; display: block;
}

a.menuitem:visited {
	text-decoration: none; color: black; background-color: white; display: block;
} 

a.menuitem:hover {
	text-decoration: none; color: black; background-color: lightblue; display: block;
}

a.menuitem:active {
	text-decoration: none; color: black; background-color: lightblue; display: block;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;

}
font-weight: bold;
#dropmenudiv a:hover{ /*hover background color*/
background-color: E6E5D1;
}