/* CSS Document */

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-style: oblique;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #660000;
}
h4 {
	font-size: 14px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc6600;
	padding: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00076F;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
ul {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #660033;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
