body {
	background: #ffffff;
	font-color: #595959;
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 11px;
	margin-top: 2;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	scrollbar-arrow-color: #A44D65;
	scrollbar-base-color: #A44D65;
	scrollbar-darkshadow-color: #A44D65;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #653415;
	scrollbar-track-color: #A44D65; 
}
h1 {
	color: #A44D65;
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5;
	padding-bottom: 5;
}
h2 {
	color: #653415;
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold
}
h3 {
	color: #A44D65;
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: regular;
	text-align: left;
}
a:link, a:visited, a:active {
	color: #A44D65;
	text-decoration: none;
} 
a:hover {
	color: #000000;
	text-decoration: none;
}
a.nav:link, a.nav:visited, a.nav:active {
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	color: #A44D65;
	text-decoration: none;
	font-size: 14px;
} 
a.nav:hover {
	font-family: Century Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	color: #653415;
	text-decoration: none;
	font-size: 14px;
}
a:link.footer, a:visited.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
} 
a:active.footer, a:hover.footer {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
li {
	padding-bottom: 5;
}
td, p {
	color: #653415;
	font-family: Century-Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 11px;
}
table {
	table-border-color: #EFEFEF;
	table-border: 1px solid #4C4C4C;
	table-collapse: collapse;
}
select, option, input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #8C623F;
	color: #8C623F;
	font-family: Century-Gothic, Verdana, Arial, Geneva, Helvetica, Sans-serif;
	font-size: 11px;
}