body {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #B7B794;
	font-family: verdana, helvetica, sans-serif;
	color: #333333;
}
h1, .h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
}
h2, .h2	{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	color: #4E8B93;
}
TD, td, Td, tD, p, P, .BodyText, select, input, textarea {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #333333;
}
.bannerBG	{
	background-color: #4E8B93;
}
.divider	{
	background-color: #A9AAA5;
}
.medbodytext {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
.smbodytext	{
	font-size: 9px;
	line-height: 12px;
	color: #333333;
}
input, textarea {
    border:1px solid Black;
}
.FormButton	{
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #798052;
}

/* LINKS */

a, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #798052;
}
a:hover {
	color: #999966;
}
.footerlink, a.footerlink, a.footerlink:visited, a.footerlink:hover	{
	color: #FFF;
	text-decoration: none;
}
.SideBar a, .SideBar a:visited, .ExploreLink, a.ExploreLink, a.ExploreLink:visited, .HeaderLink, a.HeaderLink, a.HeaderLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #798052;
}
.SideBar a:hover, .ExploreLink:hover, a.ExploreLink:hover, a.ExploreChevron:hover, .HeaderLink:hover, a.HeaderLink:hover {
	text-decoration: underline;
	color: #999966;
}