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;
	
}

td.leftbar {
	height: 35px;
	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:#00af00; white-space:nowrap;  font-size: 12pt; font-weight: bold;}

a.leftmenu-link:link,
a.leftmenu-link:visited{ text-decoration:none; color:#0020fc; white-space:nowrap; font-size: 12pt; font-weight: bold; }
a.leftmenu-link:hover{ text-decoration:none; color:#00903c; white-space:nowrap;  font-size: 12pt; font-weight: bold;}

td.menu-divider{
	background-image:url("/images/vbar.gif"); 
	background-repeat:no-repeat; 
	background-position:50% 60%; 
}