body{
	margin: 0;
	background-color: #D7D1BB;
	background-image: url(../images/layout/bg.gif);
}
h1{
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	line-height: 8pt;
	text-align: center;
}
h2{
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
h3{
	font-family: Century Gothic;
	font-size: 12px;
	color: #666666;
	text-align: center, justify;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F875E;
	line-height: 12pt;
	text-align: justify;
	font-weight: normal;
}
input, textarea, select, option{
    font-family: Arial;
	font-size: 10px;
    color: #747160;
	border: #C4C1A0 1px solid;
}
form{
	margin: 0;
	padding: 0;
}
a:link{
	text-decoration: none;
	color: #7f875e;

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

}
a:visited{
	text-decoration: none;
	color: #A0A0A4;

}
a:active{
	text-decoration: none;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footernav{
	font-family: Georgia;
	font-size: 9px;
	font-weight: bold;
	color: #8B8669;
	text-align: center;
}
.footernav a:link{
	color: #8B8669;
	text-decoration: none;
}
.footernav a:hover{
	color: #000000;
	text-decoration: underline;
}
.footernav a:active{
	color: #8B8669;
	text-decoration: none;
}
.footernav a:visited{
	color: #8B8669;
	text-decoration: none;
}
.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666350;
	line-height: 12pt;
	text-align: justify;
}
.bodyNoJustify{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666350;
	line-height: 12pt;
	text-align: left;
}
.subhead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666350;
	line-height: 16pt;
}
.subtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666350;
	line-height: 14pt;
	text-align: justify;
}
.titleInverse{
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleInverseSub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.highlight{
	color: #FF0000;
}
