@charset "utf-8";
/* CSS BODY */
a:link {
	color: #86abd7;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #aabbce;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #afc8e5;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	text-decoration:none;
	font-weight:bold;
}

a {
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f8aa8;
	/* color: #2c4969; */
}
