@charset "iso-8859-1";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #d9d9d9;
}
.green {
	color: #5FB43C !important;
	color: #62ac1e !important;
}
.left {
	float: left;
}
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p, ul, h1, h2, h3, h4, table {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 11px;
}
h1 {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
}
h2 {
	margin-bottom: 0px;
	color: #62ac1e;
	font-weight: normal;
}
table {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
div#form {
	width: 340px;
}
.noSpaceBottom {
	margin-bottom: 0px;
}
#form p.bottomSpace {
	margin-bottom: 12px;
}
#form input, #form textarea, #form select {
	width: 340px;
}
table#form input, table#form textarea, table#form select {
	width: 290px;
}
input, textarea, select {
	border: 1px solid #808080;
	padding: 1px 0px 1px 0px;
	background-color: #FFFFFF;
}
#form input.submit, table#form input.submit {
	width: 1px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	/*font-size: 2px;*/
	visibility: hidden;
}
#form input.fclear, table#form input.fclear {
	border: none;
	background: none;
	width: auto;
	height: auto;
}
select {
	display: block;
	float: none;
	clear: both;
}
#top, #body {
	/*position: relative;*/
	/*width: 700px;*/
}
#top {
	height: 100px;
	background: #62ac1e;
}
#topInner, #bodyInner {
	padding: 30px 30px 30px 35px;
}
#topInner {
	padding-top: 43px;
	padding-bottom: 0px;
}
#top a {
	color: #ffffff !important;
	text-decoration: none;
}
#top a:hover {
	color: #000000 !important;
}
#body{
	height: 475px;
	border: none;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#body a {
	color: #000000 !important;
	text-decoration: underline;
}
#body a:hover {
	color: #5FB43C !important;
}
#body ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}
#body ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/li_arrow_black_small.gif) no-repeat 0px 2px;
}
#body ol {
	margin-left: 15px;
	padding: 0px;
}
#body ol li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#pdfDownload {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 1.6em;
}
.pop{}

#mainWindow {
	background: #c8c8c8 url(../img/bg_main.gif) repeat-x left top;
	padding: 20px;
}

