@charset "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	background-color: #DEE6EE;
}

td {
	font-size: 85%;
	line-height: 130%;
}

a:link {
	color: #4173A4;
	background: transparent;
}
a:visited {
	color: #9f9f9f;
	background: transparent;
}
a:hover, a:active {
	color: #66B3FE;
	background: transparent;
}
