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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
}
.style2 {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E199;
	word-spacing: 6px;
}
.copyright {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E199;
}

.form {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F9E199;
}

.text {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC99;
	line-height: 22px;
}

.titles {
	font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F2DBA9;
    font-weight:bold;
	line-height: 22px;
	letter-spacing: -1px;
}

.footer a:link {

    font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E199;
	word-spacing: 6px;
	font-weight:bold;
	text-decoration:none;
}

.footer A:visited {

    font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E199;
	word-spacing: 6px;
	font-weight:bold;
	text-decoration:none;
}

.footer A:active {
    font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F9E199;
	word-spacing: 6px;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover {

    font-family: Georgia, "Times New Roman", Arial, Helvetica, sans-serif;;
	font-size: 12px;
	color: #F9E199;
	word-spacing: 6px;
	font-weight:bold;
	text-decoration:none;
}

input {
 background-color:#F9E199;
 width:270px;
 height:28px;
 border: 2px solid #3C2207; 
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
}

textarea {
 background-color:#F9E199;
 width:324px;
 height:130px;
 border: 2px solid #3C2207; 
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
}

.submit input
{
 border: 0px;
 width:154px;
 height:50px;
 margin-top:10px;
} 