/* File type: CSS                 */
/* For site: www.washbar.org */
/* Created by: Blair Miller       */
/* Creation date: 10/1/2002       */

/* start link style definitions here */

/* light grey links with blue rollovers */

a {
	color:#595959;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	text-decoration:underline;
	}
a:link {color:#595959;}
a:visited {color:#000000;}
a:hover {color:#003471;
         text-decoration:none;}

/* dark grey links with blue rollovers */

a.light {
	color:#E6E6E6;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	text-decoration:underline;
	}
a.light:link {color:#E6E6E6;}
a.light:visited {color:#F0F0F0;}
a.light:hover {color:#FFFFFF;
                text-decoration:none;}

/* end link style definitions here */
/* start paragraph style definitions here */

/* blue text */

p, td {
	color:#003471;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	padding:0px;
	}
	
/* red text */

p.red {
	color:#990000;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	padding:0px;
	}
	
/* white text */

p.white {
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	padding:0px;
	}
	
/* end paragraph style definitions here */
/* start list style definitions here */

/* blue text */

ul {
	color:#003471;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	padding:0px;
	}
ol {
	color:#003471;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:100;
	padding:0px;
	}
	
/* end list style definitions here */


.board .title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 120px;
}