@charset "UTF-8";
body,td,th,p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navMain {
	font-size: 12px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: italic;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #CC291B;
}
h1,h2,h3,h4,h5,h6 {
	color: #CC291B;
	weight: bold
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
