body {
	background-color: #DE8726;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
td {
	vertical-align: top;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}
a {
	color: #BE6E0E;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.padding {
	padding: 15px;
}
input 		{
		background: #FFFFFF;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		border: 0 solid #FFFFFF;
		}

textarea 	{ 
		background:#FFFFFF;
		color:#000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px; border: 0 solid #FFFFFF;

		scrollbar-face-color: #212121; 
		scrollbar-shadow-color: #212121; 
		scrollbar-highlight-color: #212121; 
		scrollbar-3dlight-color: #212121; 
		scrollbar-darkshadow-color: #212121; 
		scrollbar-track-color: #4B4B4B; 
		scrollbar-arrow-color: #FBAF5D;
		 }
