/* CSS Document */
body, td
{
	color:#000000;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	color: #CC0000;
	text-align: center;
}
h2 {
	color: #330066;
	text-align: center;
}
h3 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: left;
}
h4 {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: left;
	text-decoration: underline;
}
#navigation {
	width: 130px;
}
#navigation p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#navigation a {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #333333;
	text-decoration: none;
}
p {
	padding:2px 2px 4px;
	margin:0;
	text-align: left;
}
.formbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul, ol {
	color:#000000;
	margin: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
	text-align: left;
}
blockquote {
	border: 1px dotted #42715F;
	background-color: #85EDB9;
	background-image: url(../images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 50px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #42715F;
}
