body
{
	margin: 0px;
	font-family: Arial;
	font-size: 11pt;
}
.error 
{
	font-weight: normal;
	font-family: Arial;
	font-size: 9pt;
	color: Red;
}

.frmElement 
{
	height: 20px;
	font-size: 9pt;
	font-family: Arial;
}

.sideMenu_h1 
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
}

.sideMenu_h2
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
}

.sideMenu_h3
{
	color: White;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.txtMedium 
{
	font-family: Arial;
	font-size: 10pt;
}

.txtLarge
{
	font-family: Arial;
	font-size: 12pt;
}

.txtFooter 
{
	font-family: Arial;
	font-size: 10pt;
	color: White;
	text-decoration:none;
}

.footer 
{
	background-color: #0066CB;
}

.footer_top 
{
	background-color: White;
}

.icon 
{
	cursor:hand;
}

.btnSmall 
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #0066CB;	
	height: 20px;
	color:White;
}

.menuOn
{
	background-color: "#CECECE";
	color: "#000000";
	font-weight: bold;
}
.menuOff
{
	background-color: "white";
	color: "#434343";
	font-weight: bold;
}
.txtAnchor
{
	color: #0066CB;
}
