body {
	margin: 0px;
	padding: 0px;
}

#bar {
	background-color: #00428c;
	color: #FFFFFF;
	height: 25px;
	text-align: right;
}

#header {
	font-family: Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #65a2e6;
}


td.bar {
	background-color: #ffff6f;
	color: #FFFFFF;
	height: 25px;
	text-align:center; 
	font-size: 10pt;
	font-weight: bold;
	
}

div.bartext {
	padding-right: 10px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

div.headertext {
	padding-left: 10px;
	color: #ffffff;
}

div.text1 {
	color: #666666;
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.warning {
	color: #ff0000;
	font-family: verdana;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

div.info {
	color: #888888;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding-bottom: 5px;
}


a.menu-link:link,
a.menu-link:visited{ text-decoration:none; color:#0042ac; white-space:nowrap; font-size: 10pt; font-weight: bold; }
a.menu-link:hover{ text-decoration:none; color:#007fff; white-space:nowrap;  font-size: 12pt; font-weight: bold;}

a:link { text-decoration : underline; color : #666666 }
a:visited { text-decoration : underline; color : #666666 }
a:hover { text-decoration : underline; color : #000000 }
a.type1:link { text-decoration : underline; color : #ffffff }
a.type1:visited { text-decoration : underline; color : #ffffff }
a.type1:hover { text-decoration : underline; color : #68B3FF }
td { text-decoration : none; color : #000000; font-family : arial; font-size : 9pt }


td.menu-divider{
	background-image:url("/images/vbar.gif"); 
	background-repeat:no-repeat; 
	background-position:50% 60%; 
}