@charset "utf-8";
/* CSS Document */


body {
	background-image: url(Background.jpg);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #9c7b50;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #99ffff;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.smallGray {
	color: #999999;
	font-size: 10px;
}
.grayFont {
	color: #999999;
}
.smallFont {
	font-size: 12px;
	text-align:left;
}

.blueFont , h3 {
	color:#99ffff;
}.tanBorder {
	border: medium double #9c7b50;
}
hr {
	border: thin inset #93836C;
}
