/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3300;
	font-style: normal;
}

.boldmaroon {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #993333;
	font-style: normal;
}

.boldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}

.boldorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #006633;
	font-style: normal;
}

.boldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #CCCC99;
	display: block;
	padding: 19px;
	width: 161px;
	color: #333333;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 19px;
	width: 161px;
	color: #000000;
	background: #FF9900;
}

.boldblackheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}