@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #761D05;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}



.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

.style2 {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.style3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


.style4 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}


.style5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

.style6 {

	font-family: Times New Roman, Times, serif;
	font-size: large;
	color: #993333;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


	.class2 a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	.class2 a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	.class2 a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	.class2 a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}

