@charset "utf-8";




/* CSS Document */

body {
	background-color: #99F;
	margin-top: 0px;
}
body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #C00;
}
a:active {
	color: #0C0;
}
.background {
	background-image: url(Images/Bottombanner.png);
}

.Headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red_bold {
	font-weight: bold;
	color: #C00;
}

