@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444444;
}
body {
	background-image: url(/images/siteelements/page-back.gif);
	background-repeat: repeat;
	color: #333333;
	margin-top: 30px;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #993300;
}
.activeTab {
	color: #666666;
	font-weight: bold;
	font-size: medium;
}
a.activeTab:link {
	color: #666666;
	font-weight: bold;
	font-size: medium;
}
a.activeTab:visited {
	color: #666666;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
a.activeTab:active {
	color: #666666;
	font-weight: bold;
	font-size: medium;
}
a.activeTab:hover {
	color: #993300;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
.passiveTab {
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
}
a.passiveTab:link {
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
}
a.passiveTab:visited {
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
}
a.passiveTab:active {
	color: #EEEEEE;
	font-weight: bold;
	font-size: medium;
}
a.passiveTab:hover {
	color: #993300;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}

.style5 {
	color: #333333;
	font-weight: bold;
	font-size: medium;
}
h1 {
	font-size: medium;
	color: #222222;
}
h2 {
	font-size: medium;
	color: #999999;
}