/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#F3F3F3;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.content {
	margin:15px;
	text-align:left;
}
.content2 {
	margin:-10px 15px 15px 15px;
	text-align:left;
}
#footer {
	text-align:center;
	color:#999999;
	font-size:10px;
	margin:20px 0px 10px 0px;
}
#footer a {
	text-align:center;
	color:#999999;
	font-size:10px;
	margin:20px 0px 10px 0px;
	padding:5px;
}
.style2 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a {
	font-size: 12px;
	color: #51785B;
	font-family: Verdana;
}
a:visited {
	color: #009966;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #597A5F;

}
h2 {
	font-size: 12px;
	color: #666666;

}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.green {
	color:#006633;
	}