@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
}
body,td,th {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #a1e00f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00AA2D;
	text-decoration: none;
}
a:visited {
	color: #00AA2D;
	text-decoration: none;
}
a:hover {
	color: #77D117;
}
a:active {
	color: #00AA2D;
	text-decoration: none;
}
.sidebar {color: #00AA2D; font-weight: bolder;}
td.sidebar {padding: 12px; margin-left: 4px; background-repeat: repeat-x;}
td.maincontent {padding: 14px; background-repeat: repeat-x;}
.sidebar a:link {
	color: #00AA2D;
}
.sidebar a:hover {
	text-decoration: none;
	color: #006220;
}
.sidebar a:visited {
	color: #00AA2D;
	text-decoration: underline;
}

.footer {font-size: 10pt; color: #00AA2D;}

h1 {
	font-size: 20pt;
	color: #00AA2D;
	margin: 0px 0px 5px 0px;
	padding-bottom:2pt;
	border-bottom: 1px solid #a1e00f;
	}

h2 {
	font-size: 16pt;
	color: #00AA2D;
	padding-bottom:1.5pt;
	margin: 0px;
	border-bottom: 1px solid #a1e00f;
	}
h3 {
	font-size: 14pt;
	color: #00AA2D;
	padding-bottom:1pt;
	margin: 0px;
	border-bottom: 1px solid #a1e00f;
	}
	
h4 {
	font-size: 13pt;
	color: #00AA2D;
	padding:0px;
	margin: 0px;
	}
	
h5 {
	font-size: 12pt;
	color: #00AA2D;
	padding: 0px;
	margin: 0px;
	}

h6 {
	font-size: 11pt;
	color: #00AA2D;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
.linkinside {
	color: #00AA2D;
	text-decoration: none;
}
.class {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
