body      {
   margin: 0px;
   padding: 0px;
   background-color: #FFFFFF;
}
td {
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	*font-size: 11px;
	color: #000000;
}
H1  { 
   color: #EEBB33;
   font-weight: bolder;
   font-size: 24px;
   margin : 0px;
}
H2  { 
   color: #EEBB33;
   font-weight: bolder;
   font-size: 20px;
   margin : 0px;
}
H3  { 
   color: #EEBB33;
   font-weight: bolder;
   font-size: 17px;
   margin : 0px;
}
H4  { 
   color: #EEBB33;
   font-weight :bold;
   font-size: 14px;
   margin : 0px;
}
FORM {
  margin: 0px;
  padding: 0px;
}
label, span { 
   font-weight : normal;
}
a { 
   text-decoration: none;
   color : #000066;
}
a:hover { 
   text-decoration: none;
   color : #6666CC;
}
input {
	vertical-align: middle;
   border: #3366CC 1px solid; 
	color: #000000; 
	background-color: #FFFFFF;
   font-size: 10pt;
}
input:hover {
   border: #6666CC 1px solid; 
	color: #000000; 
	background-color: #ffffee;
}

/* Class and IDs  */
#loginTable   {
	border: 1px solid #3366CC;
	background-color: #f5f5f5;
	color:#0098CC;
	font: 14pt/16pt Helvetica, Tahoma, Geneva, sans-serif;;
	font-weight: bolder;
	width: 455px;
	height: 250px;
	vertical-align:middle;
	text-align:center;
}
#ForgotTable   {
	border: 1px solid #3366CC;
	background-color: #f5f5f5;
	color:#0098CC;
	font: 14pt/16pt Helvetica, Tahoma, Geneva, sans-serif;;
	font-weight: bolder;
	width: 455px;
	height: 250px;
	vertical-align:middle;
	text-align:center;
}
.LoginTitle  {
	font-size: 24px;
	font-weight: bolder;
	color: #3366CC;
	text-align: center;
	padding-left: 5px;
}
.loginImg  {
	text-align:center;
}
input.login {
	padding-left:3px;
	margin-left:0px;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	width: 150px;
   border: #3366CC 1px solid; 
	color: #000000; 
	background-color: #FFFFFF;
   font-size: 10pt;
}
input.login:hover {
	padding-left:3px;
	margin-left:0px;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	width: 150px;
   border: #6666CC 1px solid; 
	color: #000000; 
	background-color: #ffffee;
}
input.RadioCheck {
   border: 0px; 
   color: #3366CC;
   margin : 0px 0px 0px 0px;  /* fix label position  */
   background-image: none;
   background-color: transparent;
}
.FindButton {
   margin: 10px 0px 10px 0px;
   font-size: 10pt;
   background-image: url(img/FindButton.jpg);
   background-color: #3366cc;
   background-repeat: repeat-x;
   color: #FFF; 
   border: 1px solid #004f7a;
   width: auto;
   height: 22px;
   padding : 0px 10px 2px 10px;
   cursor : pointer;
}
.FindButton:hover {
   margin: 10px 0px 10px 0px;
   font-size: 10pt;
   background-color: #3366cc;
   background-image: url(img/FindButton.jpg);
   background-repeat: repeat-x;
   color: #DDD; 
   border-top: 1px solid #FFF;
   border-bottom: 1px solid #FFF;
   border-left: 1px solid #004f7a;
   border-right: 1px solid #004f7a;
   width: auto;
   height: 22px;
}
.LoginFooterTD  {
   font: 10pt Helvetica, Tahoma, Geneva, sans-serif;;
   color: #666;
   height : 10px;
   text-align: center;
   width: 100%;
   margin-top: 10px;
}
.LoginFooter  {
   font: 8pt Helvetica, Tahoma, Geneva, sans-serif;;
   color: #666;
   height : 10px;
   text-align: center;
   width: 100%;
   display: block;
   margin: 5px 0px 25px 0px;
}
.ErrorInfo { 
   background-color : #FFF;
   border : #d51c08 1px solid;
   color : #d51c08;
   font-weight : bold;
   height : auto;
   padding : 10px;
   margin : 0px 0px 10px 0px;
}
.Alert { 
   color: #EEBB33;   
   font-size : 8pt;
   font-weight: bold;
}
select.lang, option.lang  {  
   height : 16px;
   font-size : 11px;
}
div.LangSelector { 
   vertical-align : middle;
   display : block;
}
