/* CSS Document */


body {
	background-color: #A2602C;
}

body a{color: #A2602C; text-decoration: underline;}
body a:hover{text-decoration: none;}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D2E15;
}
.style2 {font-size: 12px}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4D2E15;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #4D2E15;
	font-weight: bold;
}

.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

.footer{font-family: arial; font-size: 10px; color: #ffffff;}
.footer a{color: #ffffff; text-decoration:underline;}
.footer a:hover{text-decoration:none;}

#TBL1{border-color:#723F2D;
border-style:solid; border-width:2px;
background-color:#FFF0CF;
}

.nav{
	font-family: arial;
	font-size: 14px;
	color: #FFF0CF;
}

.nav a{
	font-family: arial;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF0CF;
}

.nav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

