@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFFFff;

	}
a:visited{
	color: #ffFFff;

	}
a:hover {
	color: #FFffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
}


body {
	background-color: #09182D;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 130%;
	}
	.bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
	.whitebold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.whiteboldplus {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.whiteboldplusplus {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #6482AA;
	border: 1px solid #FFF;
}




	.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #ffffff;
	line-height: normal;
}


	.content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9.5px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	line-height: 110%;
	}

