
H1 {
font-weight:600;
font-size:130%;
text-align:left;
font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}

body {
/* background-color:#B3BCAB; */
background-color:#FFFFFF;
 font-size:95%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#214689;
}

P {
font-size:95%;
font-family: Verdana, Arial, Helvetica, sans-serif;
} 


A:link {color:#0000FF; text-decoration:none}
A:visited {color:#800080; text-decoration:none}
A:hover {color:#CC0000; text-decoration:underline}


.img_center {

display: block; 
/* text-align:center will center IMG tags in IE*/
/* margin-left:auto ; margin-right:auto will do it for WC3 compat browsers like FireFox! */
/* leave both active */

text-align: center;
margin-left: auto;
margin-right: auto;

}


.table_height {height:88%;}

.table_height84 { height:84%;}


.main_content {
background:#FFFFFF;
padding:4px;
border:1px solid #000;
color: #214689;
} 


HR.middle {border-width:2px;
width:70%;
text-align:center;
}

.prefsize {
font-size:10pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


.textboxwht { background: #FFFFFF; padding: 2px; border: 1px solid #000; color: #214689; width: 200px; }

.textboxgry { background: #e9e9e9; padding: 2px; border: 1px solid #000; color: #214689; width: 200px; }

.textboxareawht { background: #FFFFFF; padding: 2px; border: 1px solid #000; color: #214689; width: 260px; }

.textboxareagry { background: #e9e9e9; padding: 2px; border: 1px solid #000; color: #214689; width: 260px; }

