/* ######### 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: #FF9900;
}
.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: #CC0000;
}
.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: 11px;
	font-weight: normal;
	color: #000000;
}
.primary-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EFEFEF;
}
.secondary-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px dashed #FF9900;

}
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;
}
.subnav {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	color: #CC0000;
	background-color: #FFCC00;
	font-size: 11px;
	font-weight: bold;
}
.subnav a:link{
	color: #FF6600;
	text-decoration: underline;
}
.subnav a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.subnav a:active{
	color: #FF6600;
	text-decoration: underline;
}
.subnav a:visited{
	color: #FF6600;
	text-decoration: underline;
}
.subnav a:visited:hover{
	color: #CC0000;
	text-decoration: underline;
}
.page-heading {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.footer-content {
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFF99;
}