/* ######### added class for nav ######### */
.nav {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	background-color: #336600;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {	
	color: #FFCC00;
	text-decoration:none;
}
.nav a:visited hover {	
	color: #FFCC00;
	text-decoration:none;
}
/* ######### end class for nav ######### */
.toolbar {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #708F3D;
}
.toolbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.toolbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.column-heading {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCC99;
	background-color: #666600;
}
.primary-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCC99;
}
.secondary-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
.small-white-link {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
.small-white-link a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.small-white-link a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.small-white-link a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.small-white-link a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
.formfield {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
.formbutton {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCC99;
}
.toolbar2 {

	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
.toolbar2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.toolbar2 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}