* {
	font-family: arial;
	font-size: 10pt;
	border:0;
	padding:0;
	margin:0;
}
html {
	font-family: arial;
	font-size: 10pt;
	border:0;
	padding:0;
	margin:0;
}
h1 {
	Color:#005481;
	font-size:14pt;
}

h2, h3, h4, h5, h6 {
	Color:#005481;
	font-size:12pt;
}
.body {
	width: 100%;
	text-align:left
}
ul {line-height:16pt; font-size:12pt;}
li {list-style:inside;line-height:16pt; font-size:12pt;}
p{margin:5px 0 5px 0;line-height:16pt; font-size:12pt;}
div.text {line-height:16pt; font-size:12pt;}
.left {
	width: 52px;
	height: 631px;
	background-color: #c0c0c0
}
.green {
	height: 152px;
	width: 52px;
	background-color: #6DB43F;

}
.greenbar {
	background-color: #6DB43F;
	height: 15px;
	width: 100%;
}
.nav {
	padding: 1px 0px 0px 1px;
		width: 208px;
		height:343px;
}
.nav a {
	display: block;
	height: 33px;
	border-top: 1px dashed white;
	background-color: #005481;
	padding: 9px 0px 0px 9px;
	margin: 0px 0px 0px 0px;
	color: white;
	text-decoration: none;
}
.nav img {padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}
.content {
	padding-left: 1px;
	margin-left: 1px;
	width:700px;
}
.text {
	margin: 15px 0px 0px 5px;
	padding-right: 10px;
	height: auto;
	text-align: justify;
}
.menu {
	text-align: center;
	font-size: 70%;
	width: 100%;
	padding-top: 5px;
	clear:both;
}

.menu li {
	display: inline;

	padding-left: 5px;
}
.menu a {
	color: black;
	text-decoration: none
}

form {
	margin:0px;
	padding:0px;
}
form.help {background-color:#6DB43F; padding:15px; margin:10px;}
form.help h2 {text-align:center;}
form.help input, form.help select, form.help input[type=radio] {
	margin:5px;
}
.glance {font-weight:bold; line-height:12pt; font-size:10pt;}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}