/* CSS definition file containing site wide stylesheets */

BODY { 
	background-color: #000033; 
	background-image: url(../images/schooner.jpg); 
	background-repeat: no-repeat;
	scrollbar-base-color:#3D5266;
	scrollbar-track-color:#3D5266;
	scrollbar-face-color:#3D5266;
	margin:0;
	padding:0;
	color: #666666;	
	}
	.standardgray {	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
	.standardcolor { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); }
	.whitenormal { color:#666666;font-family:tahoma,arial,helvetica,sans-serif;font-size:13px;font-weight:normal;line-height:18px; }
	.white { color:#ffffff;font-family:tahoma,arial,helvetica,sans-serif;font-size:13px;font-weight:normal;line-height:18px; }
	A.whitenormal, A.whitenormal:visited { text-decoration:none;color:#666666 }
	A.whitenormal:hover, A.whitenormal:active { text-decoration:underline;color:#666666 }
