@charset "utf-8";
a:link {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}




body {
	background-image: url(../BkgdsLogos/Background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
}
