.formtable {
    background-color:white;
}
 
#pagewidth{ 
  		border: solid #000000;
		border-width:1px 1px 1px 1px;
} 
 

#line{ 
 border: solid #53575A;
 border-width:0px 0px 0px 1px;
 }
 
		
.bodytext {
	margin: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.bodytextsmall {
	font-family: Verdana;
	font-size: 10px;
	color: #5D5D5D;
	font-weight: normal;
}


.menutext {
	margin: 10px 10px 10px 10px;
	font-family: Verdana;
	font-size: 11px;
	color: FFFFFF;
	font-weight: bold;
}

.footertext {
	margin: 10px 10px 10px 10px;
	font-family: Verdana;
	font-size: 8px;
	color: #DEDFDF;
	font-weight: normal;
}

.bodybold {
	margin: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: 3B3B3B;
}

.formtext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.class1 A:link {text-decoration:none; color:#DEDFDF} 

.class1 A:visited {text-decoration:none; color:#DEDFDF}

.class1 A:hover { text-decoration: none; color:#FFFF66 }

 
 /* *** Float containers fix: */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

	a, a:link, a:visited {
	   color: blue;
	   font-size:10px;
	}
	a:hover {
	   color: darkred;
	}
	
	/* Application Form */
.bg { background-color: #efefef;  }
.bord { border-bottom: 1px dashed #999999; }
.topbord { border-top: 1px dashed #999999; }
	
body {background-color:#989898;}