/* 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; color:#fff;}

td, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }

a { text-decoration:none; color:#ddd;}
a:hover { text-decoration:underline; color:#ccc;}

ul { list-style-position:inside; list-style-type:disc;} 
li { 
	padding-left:0px; 
	margin-left:-30px;
	margin-bottom:4px; }
	
#container {
	margin:60px 10px 0 200px;  
	width:600px;
}

#vidContainer {
	margin:60px 10px 0 10px;  
}

/* color styles */
.color {font-size:small; color:#fff;}
.colorHeavy { color:#fff; font-weight:600;}
.colorLarge {font-size:large; color:#fff; font-weight:bold;}
.colorxSmall {font-size:x-small; color:#fff; font-weight:normal;}

/* color 2 styles */
.color2 { color:#c33; }
.color2heavy { color:#c33; font-weight:600; }
.color2Xsmall { color:#c33; font-size:x-small; font-weight:normal;}
.color2med { color:#c33; 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 { font-size:xx-small; vertical-align:super;}

.formLabels { background-color: #ddd; color:#009; font-weight:600; font-size:small; }
.formFields { background-color: #efefef; color:#003; font-size:small; }
.formFieldsXsmall { background-color: #efefef; color:#003; font-size:x-small; }
.formFieldsSelect { background-color: #efefef; color:#c00; font-size:small; }


.heading1 { color:#fff; font-weight:600; margin-top:20px; margin-bottom:10px;}


