@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	background-color: #F0ECCF;
	background-image: url(images/texturelight2.gif);
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
}

th {
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #FF3300;
	text-decoration: none;

}
a:visited {
	color: #ED5B2B;
	text-decoration: none;
	
}
a:hover {
	color: #006633;
	text-decoration: none;
	
}
a:active {
	color: #FF9900;
	text-decoration: none;
	}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
h1 {
	font-size: 24px;
	line-height: 150%;
}
.clear {
	clear: both;
}
a.thumb:link {
	display: block;
	margin: 5px;
	padding: 5px;
	height: 160px;
	width: 160px;
	float: left;
	border: 1px solid #663333;
	background-color: #CCCCCC;
	background-image: url(images/texturelight3.gif);
}
a.thumb:visited {
	display: block;
	margin: 5px;
	padding: 5px;
	height: 160px;
	width: 160px;
	float: left;
	border: 1px solid #663333;
	background-color: #CCCCCC;
	background-image: url(images/texturelight3.gif);
}
a.thumb:hover {
	display: block;
	margin: 5px;
	padding: 5px;
	height: 160px;
	width: 160px;
	float: left;
	border: 1px solid #663333;
	background-color: #CC9933;
	background-image: url(images/texturelight3.jpg);
}
a.thumb:active {
	display: block;
	margin: 5px;
	padding: 5px;
	height: 160px;
	width: 160px;
	float: left;
	border: 1px solid #663333;
	background-color: #CC9933;
	background-image: url(images/texturelight3.jpg);
}

