@import url(../css/style_compat.css);

a { color:#990000; text-decoration: none; }
a:hover { text-decoration:underline; }

body, td, div, span, h1, h2, p, a, input, select, option { 
   font-family: Verdana, Arial, sans-serif; 
   }

td, div, span, h1, h2, p {
   color: #000000;
   font-size: 11px;  
}

html, body { margin: 0; }

input, textarea, select, option { font-size: 11px; }
label { cursor: hand; }

.bold { font-weight: bold; }
.smblack { font-size: 9px; }
.smblackb { font-size: 9px; font-weight: bold; }
.lgblackb { font-size: 17px; font-weight: bold; }
.captiongray { font-size: 9px; color: #666666; font-style : italic; }
.captionred { font-size: 9px; color: #990000; font-style : italic; }
.red { font-size: 11px; color: #990000; }
.redbold { font-size: 11px; color: #990000; font-weight: bold; }
.smred { font-size: 9px; color: #990000; }
.smredb { font-size: 9px; color: #990000; font-weight: bold; }
.white { font-size: 11px; color:#FFFFFF; }
.whitesm { color:#FFFFFF;  font-size: 9px; }
.whitesmb { color:#FFFFFF;  font-size: 9px; font-weight:bold; }
.blueb { color:#000066; font-size: 9px; font-weight: bold; }
.blue { color:#000066; font-size: 9px; }
.gray { color:#666666; font-size: 9px; }
.grayb { color:#666666; font-size: 9px; font-weight: bold; }
td#threepad { padding: 3px;}
.blueheader { color:#000066; font-size: 14px;	font-weight: bold; }
.blacklgheader { color:#000000; font-size: 27px; font-style: italic; 
	font-weight: bold; font-family: Times New Roman, sans-serif; }
.error { color: red !important; }