body {
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

@font-face {
	font-family: "Century Gothic";
	font-style:  normal;
	font-weight: bold;
	src: url("../century.eot");
}

a:link { text-decoration: none; font-weight:bold; color: #8e471e; }
a:visited { text-decoration: none; font-weight:bold; color: #826837; }
a:hover { text-decoration: none; font-weight:bold; color: #009446; }
a:active { text-decoration: none; font-weight: bold; color: #d5a75e; }

a:link:hover { text-decoration: none; font-weight: bold; color: #009446; }
a:visited:hover { text-decoration: none; font-weight: bold; color: #009446; }
a:active:hover { text-decoration: none; font-weight: bold; color: #009446; }

.content {
	font-family: arial, helvetica;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	color:#000;
}

font.title {
	font-family:"Century Gothic";
	font-style:  normal;
	font-weight: bold;
	font-size: 24px;
	color:#372205;
}

ul, li { 
	font-family: arial, helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 2px;
	list-style-type: square;
}

.input-box, textarea
{
	float: left;
	margin-bottom: 10px;
	margin-right: 6px;
	color: #004a8b;
	background: #ececec;
	border: #5e91a3 solid 1px;
}

select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal; 
	font-weight: normal;
	color: #5e91a3;
}

option
{ 
   background-color: #fafafa;
   color: 004a8b;
}

input.button {
	border-color: #c99450;
	border-width: 1px 2px 2px 1px;
	background: #f6ecd6;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	height: 18px;
	font-weight: bold;
	color: #000;
}