/* Stylesheet for Forester pages */

@import url("../../spurrymoses.css");

body {
	font-size:9pt;
	font-family:Arial;
	color:white;
	background: #000000 url("images/spurry_plate_bk.jpg");
}

.row_even { background-color:#333333 }
.row_odd { background-color:#000000 }

.row0 {
	background-color:#333333
}
.row1 {
	background-color:#000000
}

.table_header {
	background-color:#005599;
	font-weight:bold }

.row_header {
	background-color:#007799;
	font-weight:bold;
	font-family:"Verdana"
}

.forester_blue {
	background-color:#041850
}

.highlight {
	color:yellow; font-weight:bold
}


/* link settings */
a:link {
	color:yellow;
	background-color:transparent;
}

a:visited {
	color:pink;
	background-color:transparent;
}

a:hover {
	background-color: #005599;
}

.nohover a:hover {
	background-color:transparent;
}

.thumbnail {
	float:left;
	width:320px;
	/*border:2px solid #999;*/
	margin:5px 5px 5px 5px;
	padding:5px;
	text-align:center;
}

.clearboth {
	clear: both;
}


