body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: Green;
	text-decoration: none;

}

a:hover {
	color: Red;
	text-decoration: underline;
}

#mainouter {
	width: 100%;
	border: 0px;
}

#maininner {
	width: 775px;
	border: 0px;
}


#header {
	background-image: url(images/bg-binary.gif);
	height: 72px;
	text-align: left;
}

#navigation {
	vertical-align: top;
	width: 125px;
	background-color: #CCFFCC;
	background-image: url(images/navhead.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 20px;
}

#navigation a {
	display: block;
	background-color: #CCFFCC;
	text-align: left;
	border: 1px solid #CCFFCC;
	font-size: 10pt;
	font-weight: bold;
}

#navigation a:hover {
	background-color: #FFFFFF;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	color: #FF0000;
}

#content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px 10px 10px;
	text-align: center;
}

#content p {
	text-indent: 25px;
	text-align: justify;
	font-weight: normal;
}

#content h1 {
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
	background-color: #333333;
}

#content table {
	background: #DCDCDC;
	text-align: justify;
	font-weight: normal;
}

#content th {
	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#content img {
	border: 1px solid #000000;
}
#content .totop {
	text-align: right;
}

#content .indent {
	text-indent: 15px;
	font-weight: normal;
}

#content .tableh1 {
	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 0pt;
}

#content .tableh2 {
	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

#headlines {
	background-color: #EBEBEB;
	width: 130px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 10pt;
}

#headlines td {
	font-size: 9pt;
	font-weight: bold;
}

#headlines .indent {
	text-indent: 15px;
	font-weight: normal;
}

#headlines th {
	color: #FFFFFF;
	background-color: #003300;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	display: block;
}

#footer {
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}

#footer img {
	border: 0px;
}
#content .tableodd {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	text-align: left;
	text-indent: 0pt;
}
#content .tableeven {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
#content table p {
	text-align: justify;
	text-indent: 0pt;
}
#content .tableh2 a {

	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#navigation th {

	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#headlines .tableh2 {

	background-color: #006600;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
#navigation table a:hover {
	background-color: #CEFFCE;
	border-top: 1px solid #CEFFCE;
	border-bottom: 1px solid #CEFFCE;
	border-left: 1px solid #CEFFCE;
	border-right: 1px solid #CEFFCE;
	text-decoration: underline;
	color: #FF0000;
}

