@charset "utf-8";

/*
*
*	Reset by Yahoo!
*
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
*
*	Global Selectors
*
*/

body{
	background: #66893B;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a{
	text-decoration: none;
	color: #333333;
}

p{
	font-size: 13px;
	color: #333333;
}

h1{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #6d3e15;
}

h2{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #53792f;
}

h3{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999999;
}

h4{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #999999;
}

h5{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
}

h6{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #999999;
}

/*
*
*	Global Classes
*
*/

.cl{
	clear: both;
}

.fr{
	float: right;
}

.fl{
	float: left;
}

.nindent{
	text-indent: -9999px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.roundedCorners {
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
.roundedTopCorners {
	border: 1px solid #000;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
 
.roundedBottomCorners {
	border: 1px solid #000;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
