body
{ 
background-color: #F9F8CA;
background-image: url(./images/backdrop.jpg);
background-repeat: repeat-x

} 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a.footerlinks {
	color: #948367;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
}

.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

a.mainmenu {
	text-decoration: none;
}

.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

a.navmenu:hover {
	color: #000000;
	text-decoration: underline;
}

.subnavmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.subnavmenu:hover {
	color: #ffffff;
	text-decoration: underline;
}

.input {
	font-family : verdana,helvetica,arial;
	font-size : 7pt;
	border-width: 1px;
	border-color: #B07297;
	border-style: solid;
	color: #000000;
}

.large {
	font-size : 35px;
	line-height : 40px;
}


.heading {
	font-family : verdana,helvetica,arial;
	font-size : 18px;
	font-weight : 800;
	line-height : 25px;
	color: #000000;
}

.subhead {
	font-family : verdana,helvetica,arial;
	font-size : 14px;
	font-weight : 800;
	line-height : 19px;
	color: #000000;
}

.small {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
}

.footer {
	font-family : verdana,helvetica,arial;
	font-size : 9px;
	color: #C3B085;
}

a.footer {
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
	color: #C3B085;
}

.warn {
	color: #ff0000;
}

