p {
	font-family : Arial;
	font-size : 10pt;
	color : #003399;
}

a: {
	font-family : Arial;
	font-size : 10pt;
	color : #0000ff;
	font-weight : bold;
	text-decoration : none;
}

A.menu, A.menu:ACTIVE, A.menu:LINK, A.menu:VISITED {
	font-family : Arial;
	font-size : 8pt;
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A.menu:HOVER {
	font-family : Arial;
	font-size : 8pt;
	color : #0099FF;
	text-decoration : none;
	font-weight : bold;
}

a:link {
	font-family : Arial;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	font-family : Arial;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	font-family : Arial;
	font-size : 10pt;
	color : #ff0000;
	font-weight : bold;
	text-decoration : none;
}

td {
	font-family : Arial;
	font-size : 10pt;
	color : Navy;
}

th {
	font-family : Arial;
	font-size : 10pt;
	color : Blue;
	font-weight : bold;
}

li {
	font-family : Arial;
	font-size : 10pt;
	color : #3366CC;
	font-weight : bold;
	list-style : square;
	list-style-type : square;
	margin-left : auto;
}

H1 {
	font-family : Arial;
	font-size : 16pt;
	color : Navy;
	font-weight : bold;
}

H2 {
	font-family : Arial;
	font-size : 13pt;
	color : #0066CC;
	font-weight : bold;
}

H3 {
	font-family : Arial;
	font-size : 12pt;
	color : #3366CC;
	font-weight : bold;
}

