@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	background-color: #f4a822;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header/background.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.info {
	background-color: #f9f7da;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.abovefooter {
	background-image: url(../images/footer/top_background.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	background-color: #efedec;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form {
	background-color:#FFFFFF;
	border: dashed thin;
	border-color: #999999;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight:400;
	color: #514032;
	padding:4px;
}
.formbutton {
	background-color:#f4a822;
	padding:4px;
	border: dashed thin;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-color: #FFFFFF;
	font-size: 13px;
	font-weight:600;
}