/* CSS Document */

.style2 {font-family: Tahoma}
.style3 {
	font-family: "Arial Rounded MT Bold", "Bernard MT Condensed";
	font-size: 24px;
	color: #3A908F;
	font-weight: bold;
}
.style5 {color: #4A7774}
a:link {
	color: #008844;
	text-decoration: none;
}
a:visited {
	color: #008844
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
}
body {
	background-color: #B6CECE;
}

