/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #537832;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4 {
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
.greenBox {
	background-color: #7EB54C;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 28px;
	vertical-align: middle;
	position: relative;
}
.greenBox a:link {
	color: #333333;
	text-decoration: none;
}
.greenBox a:visited {
	text-decoration: none;
	color: #333333;
}
.greenBox a:hover {
	text-decoration: underline;
	color: #465081;
}
.greenBox a:active {
	text-decoration: none;
	color: #333333;
}
.orangeBox {
	background-color: #fb9842;
	padding: 10px 10px 10px 10px;
}
.blueBox {
	background-color: #6975AD;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 20px;
}
.blueBox a:link {
	color: #333333;
	text-decoration: none;
}
.blueBox a:visited {
	text-decoration: none;
	color: #333333;
}
.blueBox a:hover {
	text-decoration: underline;
	color: #FB9842;
}
.blueBox a:active {
	text-decoration: none;
	color: #333333;
}
.whiteBox {
	background-color: #FFFFFF;
}
body {
	background-color: #666666;
}
.navBar {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	letter-spacing: -1px;
}
.navBar a:link {
	text-decoration: none;
	color: #000000;
}
.navBar a:visited {
	text-decoration: none;
	color: #000000;
}
.navBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.navBar a:active {
	text-decoration: none;
	color: #000000;
}
.fineLeft {
	text-align: left;
}
.fineRight {
	text-align: right;
}
.fineRight a:link {
	text-decoration: none;
	color: #000000;
}
.fineRight a:visited {
	text-decoration: none;
	color: #000000;
}
.fineRight a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.fineRight a:active {
	text-decoration: none;
	color: #000000;
}
.tempTable th {
	color:#000000;
	background-color: #FEE0C5;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
}
.homeOrange {
	text-align: center;
	background-color: #FB9842;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #384167;
}
.homeBlue {
	background-color: #6975ad;
	text-align: left;
	padding-right: 10px;
	color: #FFFFFF;
	line-height: 20px;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}
