h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #CC0000;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #CC0000;
}

h3 {
	font-size : 14pt;
	font-weight : bold;
	color : #CC0000;
}

p, body, td, ul, ol, li {
	font-size : 11pt;
	color : #000066;
	font-family : "Arial", "sans-serif";
	}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0000;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0000;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0000;	
}

A:Hover  {
	text-decoration : none;
	color : #CC0000;
	font-weight : bold;
	
}

.small {
	font-family : "Arial", sans-serif;
	font-size : 10pt;
}

.copy {
	font-family : "Arial", sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
}

.menu {
	font : bold 11pt "Arial", sans-serif;
	line-height : 25px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	display : block;
	background : #CC0000;
	color : #FFFFFF;
	text-decoration : none;
}

.menu a:hover {
	background : #FFFFFF;
	color : #CC0000;
	cursor : pointer;
	text-decoration : underline;
}
