body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(bg-2.jpg);
	-webkit-text-size-adjust:none;
}

.nav {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
.nav a:hover {
	text-decoration: none;
	color: #9b9a9a;
}
.nav a:active {
	text-decoration: none;
	color: #ffffff;
}


.border-color {
	border-color:#666666;
}


.subtitle {
	font-family: Candara, Corbel, Arial, Helvetica, sans-serif;
	color: #5f5601;
	font-size: 21px;
}



.maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #595858;
	font-size: 18px;
}
.maintext a:link {
	color: #595858;
	text-decoration: none;
}
.maintext a:visited {
	text-decoration: none;
	color: #595858;
}
.maintext a:hover {
	text-decoration: none;
	color: #B9A702;
}
.maintext a:active {
	text-decoration: none;
	color: #595858;
}



.maintext-smaller {
	font-family: Arial, Helvetica, sans-serif;
	color: #595858;
	font-size: 14px;
}





.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #838383;
	font-size: 12px;
}
.footer a:link {
	color: #838383;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #838383;
}
.footer a:hover {
	text-decoration: none;
	color: #ffffff;
}
.footer a:active {
	text-decoration: none;
	color: #838383;
}

/** Begin CSS for Form **/

input, textarea {
    background: none repeat scroll 0 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #727070;
	font-size: 18px;
    border: 1px solid #8c8a8a;
	width:12em;
}
input:hover, input:focus, textarea:hover, input:focus {
    background: none repeat scroll 0 0 #fff;
    border-color: #575757;
}

#Submit{
	background:#f4da07; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	text-align:center;
	width:112px;
	height:26px;
	border:4px solid #f4da07;
	cursor:pointer;
	text-decoration:none;
}


/** End CSS for Form **/