/* CSS Document */
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: 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: #76777A;
	margin:0px 0px 0px 0px;	
	font-weight: bold;
	vertical-align: top;
	cursor:hand;
	background-color: #E3E3E3;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}

td.menuNormal3 {
	padding: 0px;
	color: #76777A;
	margin:0px 0px 0px 0px;	
	font-weight: bold;
	vertical-align: top;
	cursor:hand;
	background-color: #E3E3E3;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}

td.menuNormal2 {
	padding: 0px;
	color: #76777A;
	margin:0px 0px 0px 0px;	
	font-weight: bold;
	vertical-align: top;
	cursor:hand;
	background-color: #D8D8D8;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}

td.menuHover {
	margin:0px 0px 0px 0px;
	padding: 0px;
	color: #76777A;
	font-weight: bold;
	vertical-align: top;
	cursor:hand;
	/*remove the following line for drop-down menu with images*/
	background-color: #E3E3E3;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}
td.menuHover2 {
	margin:0px 0px 0px 0px;
	padding: 0px;
	color: #76777A;
	font-weight: bold;
	vertical-align: top;
	cursor:hand;
	/*remove the following line for drop-down menu with images*/
	background-color: #E3E3E3;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}


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

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

div.menuHover {
	background-color: #D8D8D8;
	display: inline;
	position: absolute;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a.menuitem:link {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem:visited {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem:hover {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #970F00;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem:active {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem2:link {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem2:visited {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem2:hover {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #970F00;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

a.menuitem2:active {
	background-color: #D8D8D8;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}

td.menuoff {
	background-color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	color: #858585;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}
td.menuon {
	background-color: #E3E3E3;
	font-size: 9px;
	font-family: Verdana;
	color: #970F00;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
	cursor: hand;
}