@CHARSET "UTF-8";

body {
	font-family: Verdana, Tahona, Arial;
	font-size: 11px;
	color: #7e7e7e;
}

#content {
	line-height: 16px;	
} 

a, a:visited {
	color: #5ba225;
	text-decoration: none;
}

a:hover {
	color: #7fc64b;
	text-decoration: underline;
}


img , a img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul {
	list-style: disc;
}
li {
	margin-left: 15px;
}

h1 {
	font-size: 20px;
	color: #0f4f11;
}

h2 {
	font-size: 16px;
	color: #0f4f11;
}
h3 {
	padding: 5px 0px 5px 20px;
	color: #3F8D1D;
	font-size: 12px;
	background: url("images/linkicon.gif") no-repeat left center;
}

#content table {
	border-collapse: collapse;
	border: none;
}

#content table td{
	border: 1px solid #efefef;
	padding: 2px;
}