/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F4EB;
}
.brownlink:link {	
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3b00; 
	text-decoration:none;
}
.brownlink:visited {	
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3b00; 
	text-decoration:none;
}
.brownlink:hover {	
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3b00; 
	text-decoration:underline;
}
.brownlink:active {	
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3b00; 
	text-decoration:none;
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #7a5d00;
}
.brownfont {
	font-family: Tahoma;
	font-size: 11px;
	color: #7a5d00;
}
.brownmedium {
	font-family: Tahoma;
	font-size: 12px;
	color: #7a5d00;
	line-height: 18px;
}
.bluesmalllink {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #0e80c4;
}
.brownsmalllink {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #7a5d00;
}
.linkbg {
	font-family: Tahoma;
	font-size: 11px;
	color: #339900; 
	text-decoration:none; font-weight:bold;
}

