@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #336e1b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336e1b;
}
a:hover {
	text-decoration: underline;
	color: #336e1b;
}
a:active {
	text-decoration: none;
	color: #336e1b;
}
h1 {
	font-size: 18px;
	color: #4ca428;
}
h2 {
	font-size: 16px;
	color: #4ca428;
}
h3 {
	font-size: 16px;
	color: #4ca428;
}
h4 {
	font-size: 14px;
	color: #4ca428;
}
.style1 {font-size: 10px}

.style2,
strong
{
	font-size: 16px;
	font-weight: bold;
	color: #4CA428;
}
.style3 {color: #FF0000}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #4CA428;
}

.columns
{
	overflow: hidden;
}

.columns > *
{
	margin: 0;
	padding: 0;
	float: left;
}

.columns.two > *
{
	width: 50%;
}

.columns.three > *
{
	width: 33%;
}

.columns.four > *
{
	width: 25%;
}

ul.columns
{
	padding: 0;
	list-style: none;
	text-align: center;
}

p
{
	text-align: justify;
}

h1 > a,
.h1 > a,
h2 > a,
.h2 > a
{
	color: inherit;
	text-decoration: inherit;
}

h1, .h1
{
	font-size: 16px;
	color: #4ca428;
}

h2, .h2
{
	font-size: 14px;
	color: #4ca428;
}

.clear
{
	clear: both;
}


