/* VIRTUAL ESCROW style guide */

/* COLORS... 
text: #2E2B2E
blue: #283A9D
lightblue: #D5E2FF
magenta: #BF2575
green: #229827
lightgreen: #DDFDC0
 */

/* General */

a:hover {
	color: #229827;
	text-decoration: underline;
	}

a:link {
	color: #BF2575;
	}	

.body { 
	font-size: 10px; 
	font-weight: normal; 
	color: #FFFFFF; 
	font-family: verdana, sans-serif;
	line-height: 16px;
	} 
	
.subhead { 
	font-size: 11px; 
	font-weight: bold; 
	color: #283A9D; 
	font-family: verdana, sans-serif;
	line-height: 11px;
	} 
	
.bullet { 
	font-size: 11px;  
	color: #229827; 
	font-family: verdana, sans-serif;
	line-height: 13px;
	} 
	
.bulletpoint { 
	font-size: 11px; 
	color: #BF2575; 
	font-family: verdana, sans-serif;
	line-height: 13px;
	} 
	
.formheader { 
	font-size: 9px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: verdana, sans-serif;
	line-height: 14px;
	} 	

.required { 
	font-size: 10px;
	font-weight: normal;  
	color: #BF2575; 
	font-family: verdana, sans-serif;
	line-height: 26px;
	}
	
.formrow1 { 
	font-size: 11px; 
	font-weight: bold; 
	color: #283A9D; 
	font-family: verdana, sans-serif;
	line-height: 26px;
	background: #D5E2FF;
	}
	
.formrow2 { 
	font-size: 11px; 
	font-weight: normal; 
	color: #283A9D; 
	font-family: verdana, sans-serif;
	line-height: 26px;
	background: #D5E2FF;
	} 
	
.formrow3 { 
	font-size: 11px; 
	font-weight: bold; 
	color: #229827; 
	font-family: verdana, sans-serif;
	line-height: 26px;
	background: #DDFDC0;
	} 			
