/* 
 * Styles for standard html elements
 */


BODY 	{background-color: white;
	background-image: none;
	color: black;
	font-family: verdana,helvetica;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	}

body, p, blockquote, td, li, ul, ol, dd {
   color: #000000;
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 11px;

}

body h1, td h1 {
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 18px;
   font-weight: bold;
   color: darkblue;
}


body h2, td h2 {
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 16px;
   font-weight: bold;
   color: darkblue;
}

body h3, td h3 {
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 14px;
   font-weight: bold;
   color: darkblue;
}
body h4, body dt, td h4, th {
   font-family: verdana, arial, helvetica, sans serif;
   font-size: 12px;
   font-weight: bold;
   color: darkblue;
}

IMG	{border: 0px;
	}


B	{color: darkblue;
	font-size: 10px;	
	font-weight: bold;
	}

a:link { color: #0066cc; }
a:visited { color: #6666cc; }
a:hover { color: #333399; }

