/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.BodyText {
	color: #0063b5;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

a:link {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #3399cc;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

