body {
	color:#000000;
	background:#FFFFFF;
}

/*text*/
.normal,div,.commandbutton,a,td,input,textarea,span,p,.NormalTextBox{font-family:sans-serif,arial,verdana;font-size:10pt;}
.head{font-family:sans-serif,arial,verdana;font-size:22px;}
.subhead{font-family:sans-serif,arial,verdana;font-size:16px;}
.subsubhead{font-family:sans-serif,arial,verdana;font-size:14px;}

table {
	border-collapse:collapse;
	font-size:10pt;
}

td, th {
	padding: 0px;
	margin: 0px;
}

/*links*/
a:link{color:#004D87;text-decoration:underline;}
a:hover{color:#990033;text-decoration:none;}
a:active{color:#336600;text-decoration:underline;}
a:visited{color:#666666;text-decoration:underline;}

h1{
	color:#2A2A5D;
	font-size:18pt;
	font-weight:bold;
}

h2{
	color:#2A2A5D;
	font-size:16pt;
	font-weight:bold;
}

h3{
	color:#2A2A5D;
	font-size:14pt;
	font-weight:bold;
}

h4{
	color:#2A2A5D;
	font-size:12pt;
	font-weight:bold;	
}

ul {
	
	list-style-image:url(/Portals/0/bullet.gif);
	list-style-position:outside;
	

}

.Title{
	font-size:13pt;
	color:#666666;
}

.Copyright{
	font-size:9pt;
	color:#666666;
	text-align:center;
}
.theDate{
	font-size:9pt;
	text-align:center;
}

.MainMenu_MenuItem,.MainMenu_MenuItemSel{
	color: #FFFFFF; 
	font-family:Trebuchet MS; 
	font-size: 10pt; 
	font-weight: bold;
	font-style: normal;
	background-color:#004D87;
	border-left: #004D87 0px solid; 
	border-bottom: #004D87 0px solid; 
	border-top: #004D87 0px solid; 
	border-right: #004D87 0px solid;
}

.MainMenu_MenuBar {
	background-color: Transparent;
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #004D87; 
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#004D87', Direction=0, Strength=0); 
	border-bottom: #004D87 0px solid; 
	border-left: #004D87 0px solid; 
	border-top: #004D87 0px solid; 
	border-right: #004D87 0px solid;
}


.SubMenu_MenuItemSel {
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	background-color:#01355C;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #004D87 0px; 
	border-right: #004D87 0px solid; 
	border-bottom: #004D87 0px solid; 
	border-top: #004D87 0px solid;
}

.RootMenu_MenuItemSel {
	background-color: Transparent;
}


