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

body{
 background-color:#573E23;
 background-image:url(../images/BG.jpg);
 background-repeat:repeat-x;
 }

.footer{
	background-color:#2A1D0A;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:left;
}

.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

.homeText{
font-family:"Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#333333;
text-align:left;
line-height:20px;
}

