/* CSS Document */

<!--
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1A1A1A;
}
.text_lightblue {
	font-weight:bold;
	color:#6dbbe3;
}
.text_darkblue {
	font-weight:bold;
	color:#0057a0;
}
.text_grey {
	font-weight:bold;
	color:#CCCCCC;
	font-size:12pt;
}
.text_white {
	color: #FFFFFF;
}
.NavLink {
	color:#0057a0;
	text-decoration: none;
}
.NavLink:hover {
	color:#FFFFFF;
}
a {
	color:#FFFEFE;
}
-->
