@charset "utf-8";
/* CSS Document */

 
body {
	background-image: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #E3E3E3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.light {
	color: #666;
}
.greentext {
	color: #060;
	font-size: 14px;
}
.title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
}
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #497A28;
	text-decoration:none;
}
a:active {
	color: #333;
	text-decoration:none;
}

.highlight a:link {
	color: #497A28;
	text-decoration:none;
}
.highlight a:visited {
	color: #497A28;
	text-decoration:none;
}
.highlight a:hover {
	color: #6C0;
	text-decoration:none;
}
.highlight a:active {
	color: #497A28;
	text-decoration:none;
}
 

