@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
a:link {
	color: #367AB9;
	text-decoration: none;
}
a:visited {
	color: #367AB9;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #367AB9;
	text-decoration: none;
}
body,td,th {
	font-family: Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #367AB9;
	line-height:15pt;
}
a {
	font-size: 11pt;
	font-weight: bold;
}

.title {
	color:#9BB230;
	font-size:14pt;
}

.footer {
	color:#9BB230;
	font-size:10pt;
}