body, td
{
  font-family: Tahoma, Verdana;
  font-size: 11px; 
  color: white; 
}

FORM
{
  display: inline;
}

.txt, .txtblack
{
  padding-left:10px; 
  padding-right:10px; 
  padding-top:0px; 
  padding-bottom:10px;
}

.txtblack
{
  color: Black;
}

.txtblack a, .txtblack a:visited
{
  color: #3C78AA;
}

.txtfoot
{
  color:#808080;
}

.txtwhite
{
  color: White;
}

.txtError
{
  color: #3366FF;
}

.txtYellowHead
{
  font-weight: bold;
  color: #FFE5C0;
}

a, a:visited
{
  color: white;
  text-decoration: underline;
}

a:hover, a:active
{
  color: white;
  text-decoration: none;
}

a.footer, a:visited.footer
{
  font-weight: bold; 
  color: white; 
  text-decoration: none; 
}

a:hover.footer, a:active.footer
{
  text-decoration: underline; 
}

A.standardLink
{
	font-size: 10pt;
	color: #326495;
	font-family: Arial;
	text-decoration: underline;
}

A.standardLink:hover
{
    FONT-SIZE: 10pt;
    COLOR: #326495;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}

H1
{
  font-size: 20px;
  font-family: Arial;
}

H2
{
  font-size: 18px;
  font-family: Arial;
}

H3
{
  font-size: 16px;
  font-family: Arial;
}

H4
{
  font-size: 14px;
  font-family: Arial;
}

H5
{
  font-size: 12px;
  font-family: Arial;
}

HR
{     
  width: 100%;
  height: 1px;
  color: #B1C9DD;
  text-align: left;  
}

SELECT
{
  margin-top: 1px;
  margin-bottom: 1px;
}

.cbRegular INPUT
{
  border: none;
  background-color: transparent;
}

INPUT.btnRegular 
{
  cursor: hand; 
}

INPUT, SELECT, TEXTAREA
{
  border: solid 1px #285173;
  background-color: #D0E3EE;
}

BUTTON
{
  background-color: Black;
}


