/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

form {
	margin: 0px;
	padding:0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #6600FF;
	text-decoration: none;
}

a:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.subnav:link {
	color: #333333;
	text-decoration: none;
}

a.subnav:visited {
	color: #6600FF;
	text-decoration: none;
}

a.subnav:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a.subnav:active {
	color: #333333;
	text-decoration: underline;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}

a.footer:visited {
	color: #6600FF;
	text-decoration: none;
}

a.footer:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a.footer:active {
	color: #333333;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

ul {
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-type: disc;
}

