/* CSS DOCUMENT */
/* Layout */
body,td,th,p,table {
	color: #333333 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #152258 !important;
}
a:visited {
	text-decoration: none;
	color: #010D42 !important;
}
a:hover {
	text-decoration: underline;
	color: #00ACEF !important;
}
a:active {
	text-decoration: none;
	color: #00ACEF !important;
}