/* CSS Document */

body {
	background-color: #000000;
	background-image: url("../images/burlapdark.jpg");
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	color: #333300;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #895F2A;
	text-decoration: underline;
}
a:visited {
	color: #895F2A;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: underline;
}
.thumbNormal {
border:0px solid #000000;
}
.thumbSelected {
border:0px solid #003300;
}
.verysmalltext {
	font-size: 10px;
	font-style: italic;
}
.greenitalicbold {
	color: #333300;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

