BODY {
	Font-Family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
	scrollbar-face-color: #085F93;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: White;
	scrollbar-arrow-color: White;
	scrollbar-3dlight-color: #ADC5DA;
	scrollbar-darkshadow-color: Gray;
	scrollbar-track-color: #ADC5DA;
}

TD, P, LI {
	Font-Family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Black;
}

A, A:ACTIVE, A:VISITED {
	Text-Decoration: none;
	Color: Blue;
}

A:HOVER, A:VISITED:HOVER {
	Text-Decoration: none;
	Color: Teal;
}

.TopMenuItem {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border-color: Black;
	border-width: 1px 1px 1px 1px;
	background: #085F93;
	color : White;
	border : 1px solid Black;
}

.TopMenuItemCurrent {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	background: #ADC5DA;
	color : White;
}

.MenuText	{
	color: White;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.MenuText:HOVER	{
	color:red;
}

.BannerText	{
	color: Red;
	font-family: Arial;
	font-size: 9pt;
}

.SmallFont {
	color: Black;
    font-family: Arial;
	font-size: 8pt;
}


H2 {
	Font-Family: Arial, Helvetica, sans-serif;
	font-size : 16pt;
	color : Black;
}

