h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003366;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}

#footer a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

a:link {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}
