/* CSS Document */


body{
	padding : 0;
	margin : 0;
	background-color: #FFFFCC;
}.font {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.tableborder {
	border: 0.5px groove #003300;
}
a:link {
	color: #00cc66;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #8CFBE2;
	color: #00cc66;
}
a:visited {
	color: #00cc66;
	text-decoration: none;
}
.topborder {
	background-image: url(images/topborder.gif);
	background-repeat: repeat-x;
}
.greenback {
	background-image: url(images/greenback.gif);
	background-repeat: repeat-x;
}
.navborder {
	border: thin inset #996633;
}
