/* styles.css  */
/* General Definitions */

p, ul, ol, li, td, th {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;}

H2  {font-size : large;}

H3  {font-weight : bold;
	font-size: 14px;}

H4  {font-weight : bold;
	font-size: 13px;}

A   {TEXT-DECORATION: none;
    color: #3333cc;}
    
A:hover, A:active {
	text-decoration: underline;
    color: #6666cc;}

.pagetitle {font-size: 16px; color: #660000;}
	
.bigger {font-size: 14px;}  

.bottomnav {
	font-size : 11px;
	color: #FFFF33;}
a.bottomnav {
	font-size : 12px;
	color: #aaaaee;}
a.bottomnav:hover {
	color: #FFFFFF;}
	
