/* CSS Document */
/* Forms Styles */
body {
	font-family: Arial, sans-serif;
	font-size: 8pt;  
	color: #000000;
	background-color: #FFFFFF;
	}
.txtBox {
    border: 1px solid #003366;
    background-color: #B9C4F2;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;    
    color: #003366;
    /* background-image: url('../images/boxShadow.gif'); */
}
.tiny {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	/*line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;*/ 
	}
.offices {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 600px; 
	/*line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;*/ 
	}	
.notes {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	/*line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;*/ 
	}

