/* web.css */
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; background-color:#838AA4; background-image:url('http://leechline.com/images/bow_at_start_600.jpg'); background-repeat: no-repeat; margin:60px 10px 0 200px;  color:#ffffff;}

td, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }

a { text-decoration:none; color:#ffffff;}
a:hover { text-decoration:underline; color:#cccccc;}

ul { list-style-position:inside; list-style-type:disc; list-style-image:url("/images/bullets/square_009.gif");} 
li { 
	padding-left:0; 
	margin-left:0;
	margin-bottom:10px; }

/* color styles */
.color {font-size:small; color:#ffffff;}
.colorHeavy { color:#ffffff; font-weight:600;}
.colorLarge {font-size:large; color:#ffffff; font-weight:bold;}
.colorxSmall {font-size:x-small; color:#ffffff; font-weight:normal;}

/* color 2 styles */
.color2 { color:#cc3333; }
.color2heavy { color:#cc3333; font-weight:600; }
.color2Xsmall { color:#cc3333; font-size:x-small; font-weight:normal;}
.color2med { color:#cc3333; font-size:medium; }
 
/* text classes */
.text { font-family: Arial, Helvetica, sans-serif; }
.textSmall { font-size:small; }
.textXsmall { font-size:x-small; }
.textXXsmall { font-size:xx-small; }

.super { vertical-align:text-top;}

.formLabels { background-color: #dddddd; color:#000099; font-weight:600; font-size:small; }
.formFields { background-color: #efefef; color:#000033; font-size:small; }
.formFieldsXsmall { background-color: #efefef; color:#000033; font-size:x-small; }
.formFieldsSelect { background-color: #efefef; color:#cc0000; font-size:small; }

