
body {

}

body, td, p, div, span {
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	line-height:1.3;
}

.green {
	color:#08683b;
}

.bullets {
	font-family:Tahoma;
	font-size:11px;
	color:#333333; 
	line-height:1.3;
}

.caption {
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	line-height:1.3;
}

a:link {
	color: #08683b;
	text-decoration: underline;
}

a:active {
	color: #08683b;
	text-decoration: underline;
}

a:visited {
	color: #08683b;
	text-decoration: underline;
}

a:hover {
	color: #08683b;
	text-decoration: none;
}

#content {
	padding:10px;

}

#content h1 {
	color:#08683b;
	padding:0;
	margin:0;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
}

#content h2 {
	color:#08683b;
	padding:0;
	margin:0;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	}
	
#footer {
	font-family: Tahoma;
	font-size:10px;
}

#footer a, #footer a:visited {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#333;
	text-decoration:none;
}
#copyright {
padding:5px 10px;
}
#copyright a, #copyright a:visited {
	color:#999;
	text-decoration:none;

}