@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #464646;
}
a:link {
	color: #ee7e1f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ee7e1f;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #ee7e1f;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #7e8901;
}
h2 {
	font-size: 14px;
	color: #A4410A;
	margin-top: 10px;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
.darkText {
	color: #401400;
}
.highlightText {
	font-weight: bold;
	color: #b22d00;
}
