@charset "UTF-8";
/* CSS Document */

body {
	background-color: #425B7D;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #040D9F;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #040D9F;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}




