body {
	background-color: #D4724C;
	margin: 0px;
	padding: 0px;
}
.bk-bottom {
	background-image: url(images/body-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bk-top {
	background-image: url(images/body-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 35px;
	padding-left: 60px;

}
.copy {
	background-image: url(images/copyright.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 777px;
	color: #803D22;
	height: 60px;



}
.green_button{
	background-color: #7F9D83;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #B5AB8F;
	border-left: 1px solid #B5AB8F;	

	border-right: 1px solid #54795A;
	border-bottom: 1px solid #54795A;		
}
.orange_button{
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff; 
	border-bottom: 1px solid #8C482D;  
	border-right: 1px solid #8C482D; 
	background-color: #E79974; 
	color: #fff; 
	font-weight: bold;
}
.error{
	color: yellow;
	font-weight: bold;
}
a {
	color: #803D22;
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
	text-decoration: none;	
}
.copy a {
	color: #803D22;
	text-decoration: underline;
}
.copy a:hover{
	color: #ffffff;
	text-decoration: none;	
}
.shadow-left {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow-right {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.shadow-top-left {
	background-image: url(images/shadow-top-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadow-top-right {
	background-image: url(images/shadow-top-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
*{
	font-family: Georgia;
}
td{
	font-size: 11px;
	color: #fff;
}
h3,h2{
	font-weight: bold;
	font-size: 16px;
	color: #2E7967;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}.round {
	background-color: #CC724E;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.banner{
	margin-bottom: 5px;
}
img{
	border:#C36743;
}
textarea,input,select{

	border-top: 1px solid #8C482D;
	border-left: 1px solid #8C482D;
	border-right: 1px solid #E89D79;
	border-bottom: 1px solid #E89D79;
	background-color: #FFE6DA;
	font-size: 11px;
}