* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #333333;
	color: #005447;
	margin-right: auto;
	height: 100%;
	width: 100%;
	position: relative;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}

li {
	margin: 0px 0px 6px 20px;
}

img{
	border: 0px;
}

h1 {
	height: 62px;
	padding: 18px 20px 0px 20px;
	background-color: #027ABB;
	color: #FFFFFF;
	font-size: 28pt;
	font-weight: normal;
	line-height: normal;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	line-height: 1.2;
}

h2.first {
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	line-height: 1.2;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	line-height: 1.2;
	font-style: italic;
}

.small {
	font-size: 8pt;
}

.extra {
	font-size: 9pt;
	font-style: italic;
	border-top: 1px solid #005447;
	border-bottom: 1px solid #005447;
	padding: 4px 0px;
	margin-top: 20px;
}

.current {
	font-size: 8pt;
	background-color: #FF0000;
	padding: 0px 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 10px;
}

#wrap {
	width: 810px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 500px;
	padding: 0px;
}

#sub {
	width: 810px;
	text-align: right;
	margin: 0 auto;
	padding: 5px 0px;
	font-size: 8pt;
	color: #FFFFFF;
}

#sub a {
	color: #FFFFFF;
}

ul.menu
{
	list-style-type: none;
	background-color: #A3C380;
	height: 23px;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}

ul.menu li {
	display: inline;
	margin: 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

ul.menu li a {
	color: #005447;
	font-weight: bold;
}

ul.menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	padding: 20px;
}

.box {
	border-bottom: 1px solid #A3C380;
	border-left: 1px solid #A3C380;
	width: 180px;
	float: right;
	padding: 10px 10px 0px 10px;
	font-size: 9pt;
	margin: 0px 0px 10px 10px;
	background-color: #F4F7F0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.box h3 {
	color: #005447;
	padding: 0px 0px 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	line-height: normal;
	margin: 0px;
}

.code {
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
	border: 1px dotted #A3C380;
	padding: 7px 10px;
	background-color: #F4F7F0;
	color: #000000;
}

.php_tag {
	color: #FF0000;
}

.php_comment {
	color: #009900;
}

.php_key {
	color: #0000FF;
	font-weight: bold;
}

.php_string {
	color: #999999;
}

.dl_link {
	text-align: center;
	font-size: 15pt;
	margin: 40px 0px;
}

.dl_link a {
	border: 1px solid #FF0000;
	padding: 10px;
	background-color: #FFFFFF;
	color: #FF0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


.dl_link a:hover {
	text-decoration: none;
	background-color: #FF0000;
	color: #FFFFFF;
}

img.right_img {
	float: right;
	padding: 0px 0px 10px 10px;
}

.banner {
	text-align: center;
	margin: 40px 0px;
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #A3C380;
	background-color: #F4F7F0;
}

th {
	background-color: #A3C380;
}

th, td {
	border: 1px solid #A3C380;
	padding: 3px 5px;
}

.highlight {
	color: #027ABB;
}

.date {
	font-size: 8pt;
	font-weight: normal;
}

.footnote {
	font-size: 7pt;
	border-top: 1px solid #AAAAAA;
	color: #AAAAAA;
}