/* web.css */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#fff; margin:5px 0px 0px 30px; color:#006;}

td, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height:18px; }

a { text-decoration:none; color:#0000cc;}
a:hover { text-decoration:underline;}

ol { margin-bottom:10px; }
ul { list-style-position:outside; 
	list-style-type:disc; }    /*list-style-image:url("boat_bullet_red.gif"); */
li { 
	padding-left:-20; 
	margin-left:-20;
	margin-bottom:0px; }

/* color styles : Red */
.color { color:#E32026; }
.colorHeavy { color:#E32026; font-weight:bold;}
.colorMed {font-size:12px; color:#E32026; }
.colorLarge {font-size:14px; color:#E32026; font-weight:bold;}
.colorxSmall {font-size:10px; color:#E32026; font-weight:normal;}

a.colorHeavy { text-decoration:none; color:#E32026; }

/* color styles : White */
.color2 { color:#006; }
.color2heavy { color:#006; font-weight:bold; }
.color2Xsmall { color:#006; font-size:10px; font-weight:normal;}
.color2med { color:#006; font-size:12px; }
.color2lgHeavy { color:#006; font-size:14px; font-weight:bold; }

a.color2 { text-decoration:none; color:#006; }
 
/* text classes */
.text { font-family: Verdana, Arial, Helvetica, sans-serif; line-height:14px; }
.textMedHeavy { font-size:12px; font-weight:bold; }
.textLgHeavy { font-size:17px; font-weight:bold; }
.textXsmall { font-size:10px; }
.textXXsmall { font-size:9px; }

.super { vertical-align:text-top;}

.formLabels { background-color: #ddd; color:#009; font-weight:bold; }
.formFields { background-color: #efefef; color:#003; }
.formFieldsXsmall { background-color: #efefef; color:#003; font-size:10px; }
.formFieldsSelect { background-color: #efefef; color:#c00; }

