/* CSS Document */

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #5c5c5c;
}

body a:link {
	color: #207E19;
	text-decoration: none; }
body a:visited {
	color: #207E19;
	text-decoration: none; }
body a:hover {
	color: #207E19;
	text-decoration: none; }
body a:active {
	color: #207E19;
	text-decoration: none; }
	
	
.headerBig {
	color: #207E19;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
	
	
.styleFooter {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	 }
	
.styleFooter a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
.styleFooter a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}
.styleFooter a:hover {
	color: #999999;
	text-decoration: none;
	
}
.styleFooter a:active {
	color: #FFFFFF; 
	text-decoration: none;
}

.header {font-family: "Times New Roman", Times, serif; font-size: 18px; color: #207E19;}
