html, body{
	margin: 0px;
	padding: 0px;
	background-color: #475F83;
	background-repeat: repeat-x;
	height: 100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.bodydiv {
	margin: 0px;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}

.maintable {
	margin: 0px;
	background-repeat: repeat-x;
	height: 100%;
	padding: 0px;
}

.maintablebottom {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

.section {
	width: 100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.section .head{
	text-align: left;
	color: #333333;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}

.section .body{
	text-align: left;
	width: 100%;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	padding-left: 2px;
	margin-bottom: 20px;
}

.subsection {
	width: 100%;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
}

.subsection .head{
	text-align: left;
	color: rgb(71, 95, 131);
	font-size: 12px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}

.subsection .body{
	text-align: left;
	width: 100%;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 12px;
}

.section .body table{
	width: 100%;
}

.section .body td{
	vertical-align: top;
}

.item {
	width: 80%;
	margin-bottom: 5px;
}

.item .head{
	text-align: left;
	color: #333333;
	font-size: 10px;
	padding-left: 2px;
	font-weight: bold;
	border: none;
}

.item .body{
	text-align: left;
	padding-left: 15px;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

.form {
	width: 100%;
}

.form th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.form td{
	width: 33%;
}

.links {
	width: 100%;
}

.links td{
	text-align: center;
	vertical-align: middle;
}

.data {
	width: 100%;
}

h3, h2, h4{
	margin: 2px;
	padding: 2px;
}

h4{
	color: #777777;
}

a:link, a:visited{
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #555555;
		text-decoration: none;
		background: transparent;
}

a:hover{
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #0099FF;
		text-decoration: none;
}

.links a:link, .links a:visited{
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #555555;
		text-decoration: none;
		background: transparent;
		display: block;
}

.links a:hover{
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 12px;
		color: #0099FF;
		text-decoration: none;
		display: block;
}


.menu {
	width: 100%;
	margin-bottom: 15px;
}
.menu .head{
	width: 100%;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	border: none;
}
.menu .body{
	width: 100%;
	padding: 3px;
	font-size: 10px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

.block {
	width: 100%;
	margin-bottom: 15px;
}
.block .head{
	width: 100%;
	font-size: 14px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	border: none;
}
.block .body{
	width: 100%;
	font-size: 12px;
	padding: 3px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}

.tableoptions {
	background-color: rgb(245, 245, 245);
}

.note {
	width: 100%;
	margin-bottom: 4px;
}

.note .head{
	text-align: left;
	color: #333333;
	font-size: 10px;
	padding-left: 2px;
	font-weight: bold;
	border: none;
}

.note .body{
	text-align: left;
	padding-left: 15px;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

.links a:link, .links a:visited, .links a:hover{
	display: block;
}