/* CSS Document */

a:link {
    font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #666666;
	text-decoration:none;

}

a:visited {
    font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #666666;
	text-decoration:none;

}
a:hover {
  font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color : #336699;
	text-decoration:none;
}


.normal {
    font-family :verdana;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
}



.footer:link {
    font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
	color : #000099;
	text-decoration:none;
}
.footer:visited {
    font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
	color : #000099;
	text-decoration:none;
}

.footer:hover {
  	font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
	color : #00CCCC;
	text-decoration:none;
}
.footer:active {
  font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
	color : #00CCFF;
	text-decoration:none;
}


.copyright {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.input1 {
	color: #000000;
	font-family : verdana;
	font-size : 10px;
	background-color : #FFFFFF;
	border: 1px solid #000099;

}

.rdobutton
{
	background-color:#ffffff;
	color:#077EA9;
	font-size:9px;
	border: 0px solid #0066FF;
}


.whiteheading{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteheading2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.error{
	text-decoration: none;
	color: Red;
	font-family: Arial, Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
	font-weight: mormal;
	font-size: 11px;
	line-height: 150%;
}
.input2 {
  border-bottom : 1px solid #737373;
  color: #000000;
  border-left : 1px solid #737373;
  border-right :1px solid #737373;
  border-top : 1px solid #737373;	
  font-family : verdana;
  font-size : 10px;
  background-color : #ffffff;

}
.inputButton {
  border-bottom : 1px solid Black;
  color: #FFFFFF;
  border-left : 1px solid #000000;
  border-right :1px solid #000000;
  border-top : 1px solid #000000;
  border-bottom : 1px solid #000000;		
  font-family : verdana;
  font-size : 11px;
  font-weight: bold;
  background-color : #790300;

}
