h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #0066CC;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #0066CC;
}

h3 {
	font-size : 10pt;
	font-weight : bold;
	color : #0066CC;
	margin-top : 0 ;
	margin-bottom : 0;
}


p, body, td, ul, ol, li {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
	}


A  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #333366;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #333366;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : normal;
	font-style : normal;
	color : #333366;	
}

A:Hover  {
	text-decoration : none;
	color : #333366;
	font-weight : normal;
	
}

.copy {
	font-family : "Arial", sans-serif;
	font-size : 8pt;
	color : #000099;
}

.menu {
	font : bold 10pt "Arial", sans-serif;
	line-height : 25px;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	display : block;
	background : #FFFFFF;
	color : #000099;
	text-decoration : none;
}

.menu a:hover {
	background : #3399FF;
	color : #FFFFFF;
	cursor : pointer;
	text-decoration : underline;
}