h1, h2, h3 {
	font-family : "Arial", "sans-serif";
}

h1 {
	font-size : 14pt;
	font-weight : bold;
	color : #000066;
}

h2 {
	font-size : 12pt;
	font-weight : bold;
	color : #000066;
}

h3 {
	font-size : 10pt;
	font-weight : bold;
	color : #000066;
}

h4 {
	font-size : 10pt;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #CC0088;
	padding: 2px;
}


p, body  {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
}

TD {
	font-size : 10pt;
	color : #000000;
	font-family : "Arial", "sans-serif";
}

ul, ol {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

LI {
	font-family : "Arial", "sans-serif";
	font-size : 10pt;
	color : #000000;
}

A  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0088;
	text-decoration: underline;
}

A:Visited  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0088;
}

A:Active  {
	font-family : "Arial", "sans-serif";
	font-weight : bold;
	font-style : normal;
	color : #CC0088;	
}

A:Hover  {
	text-decoration : none;
	color : #CC0088;
	font-weight : bold;
}
