a:link {
	color: #000066;
	text-decoration: none;
}

a:visited {
 	color: #000066;
	text-decoration: none;
}

a:hover {
	color: red;
}

a:active {
	color: gray;
	text-decoration: none;
}

a.nav:link {
	color: white;
	text-decoration: none;
}

a.nav:visited {
	color: white;
	text-decoration: none;
}

a.nav:hover {
	color: gray;
	text-decoration: none;
}

a.nav:active {
	color: white;
	text-decoration: none;
}

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

p {
	font-family: arial;
	font-size: 9pt;
	color: black;
}

ul {
	list-style: square;
	font-family: arial;
	font-size: 9pt;
}

li {
	list-style: square;
	font-family: arial;
	font-size: 9pt;
}

ul.sidebox {
	list-style: square;
	font-family: arial;
	font-size: 7pt;
}

li.sidebox {
	list-style: square;
	font-family: arial;
	font-size: 7pt;
}

td.sidebox {
	border: 1px solid;
	font-size: 8pt;
	font-family: arial;
	padding: 5;
}