/* CSS Document */
body,td,th {
	font-family: Verdana;
	color: #587B9E;
}

body {
	background-color: #9FCAED;
	color: #227CC5;
	font-family: Verdana;
}

a {
	background-color: inherit;
	color: #1D608F;
	font-family: Verdana;
	text-decoration: none;
        font-size: 11px;
}

a:hover {
	background-color: inherit;
	color: #03aac8;
	font-family: Verdana;
	text-decoration: underline;
        font-size: 11px;
}