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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #81b0b8;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
img {
border:none;
}

a {
	font-size: 13px;
	color: #f5fbf7;
}
a:link {
	text-decoration: none;
	color: #f5fbf7;
	background-color: #223d58;
}
a:visited {
	text-decoration: none;
	color: #f5fbf7;
		background-color: #223d58;
}
a:hover {
	text-decoration: none;
	color: #223d58;
	background-color:#FFFFFF
}
a:active {
	text-decoration: none;
	color: #f5fbf7;
		background-color: #223d58;
}
