a  {
	font-family : Verdana, Arial, sans serif;
	font-size : 0.9em;
	color : #000066;
	font-style : normal;
	text-decoration : none;
	font-weight : bold;
}

.text  {
	font-family : Verdana, Arial, sans serif;
	font-size : 0.9em;
	color : #000000;
	font-weight : normal;
	line-height: 120%;
}

.smalltext  {
	font-family : Verdana, Arial, sans serif;
	font-size : 0.8em;
	color : #ffffff;
	text-align : left;
	font-weight : bold;

}

.sidetext  {
	font-family : Verdana, Arial, sans serif;
	font-size : 12px;
	color : #000000;
	text-align : left;
	font-weight : bold;
}

.title  {
	font-family : Verdana, Arial, sans serif;
	font-size : 1.3em;
	font-weight : bold;
	color : #000000;
	line-height: 120%;
}

.textred  {
	font-family : Verdana, Arial, sans serif;
	font-size : 1.3em;
	font-weight : bold;
	color : #330000;
	line-height: 120%;
}

.subtitle  {
	font-family : Verdana, Arial, sans serif;
	font-size : 1.1em;
	font-weight : bold;
	color : #cc0000;
	line-height: 120%;
}

A:Visited  {
	color : #660000;
	font-family : Verdana, Arial, sans serif;
	font-size : 0.9em;
	text-decoration : none;
	font-weight : bold;	
}

A:Active  {
	color : #af0000;
	font-family : Verdana, Arial, sans serif;
	font-size : 0.9em;
	text-decoration : none;
	font-weight : bold;	
}

A:Hover  {
	color : #af0000;
	font-family : Verdana, Arial, sans serif;
	font-size : 0.9em;
	text-decoration : none;
	font-weight : bold;
}

.sportwash2{
width: 700px; /*width of menu*/
}

.sportwash2 .headerbar2{
font: bold 14px Arial;
color: #ffffff;
background: #000000 url(images/stars.gif) no-repeat 3px 2px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 36px; /*31px is left indentation of header text*/
}

.sportwash{
width: 200px; /*width of menu*/
}

.sportwash .headerbar{
font: bold 14px Arial;
color: #ffffff;
background: #000000 url(images/stars.gif) no-repeat 1px 1px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 10px; /*31px is left indentation of header text*/
}

.sportwash ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.sportwash ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.sportwash ul li a{
font: bold 14px Arial;
color: #ffffff;
background: #af0000;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.sportwash ul li a:visited{
color: #f1f1f1;
}

.sportwash ul li a:hover{ /*hover state CSS*/
color: #000000;
background: #fdd82b;
}

