/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: 
	url('images/main.jpg');
	background-repeat: 
	no-repeat;
	background-attachment: 
	fixed;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A79372;
}
a:link {
	color: #A79372;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A79372;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #A79372;
}
.imageborder {border: 1px solid #CC0000;}
.style1 {
	color: #A79372;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	}
.style2 {
	color: #A79372;
	font-weight: bold;
	font-size:14px;
	}
.form { background-color: transparent;
	border:1px solid #A79372;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A79372;}
