/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	font-family: Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	bg;
	background-color: #318e06;
}

.content {
	font-style: normal;
	font-size: 14px;
	font-family: Trebuchet MS, sans-serif;
}

.h1 {
	font-style: normal;
	font-size: 24px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	color: #339933;
}

.h2 {
	font-style: normal;
	font-size: 18px;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	color:#4a9b2f;
}

.class2 A:link {
	text-decoration: none;
	color: #4a9b2f;
	font-size: 12px;
}
.class2 A:visited {text-decoration: none; color: #4a9b2f; font-size: 12px;}
.class2 A:active {text-decoration: none; color: #4a9b2f; font-size: 12px;}
.class2 A:hover {text-decoration: underline; color: #49ce05; font-size: 12px;}

.class3 A:link {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	}
	
.class3 A:visited {text-decoration: none; color: #333333;}
.class3 A:active {text-decoration: none; color: #333333;}
.class3 A:hover {text-decoration: underline; color: #333333;}

.greyed {
	font-size: 12px;
	color: #999999;
}


