@charset "UTF-8";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #000000;
	}
body {
	
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

.whiteborderright {
	border-top-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
}
.whiteborderbottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #375D72;
	text-decoration: none;
	font-weight: bold;
}
.lowerline {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #375D72;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5088A6;
	text-decoration: none;
	font-weight: bold;
}
.rightline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #375D72;
}
.upperline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #375D72;
}
.rightlefline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #375D72;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #375D72;
}
.rightleftbottom {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #375D72;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #375D72;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #375D72;
}
