@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
}

li {
	line-height: 20px;
	text-decoration: none;
	padding-bottom: 4px;
	color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a:link.DARK {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited.DARK {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover.DARK {
	color: #FF3300;
	text-decoration: none;
}
