div
{
SCROLLBAR-ARROW-COLOR:#A60013;
SCROLLBAR-FACE-COLOR:#F3F3F3;
SCROLLBAR-TRACK-COLOR:#F3F3F3;
SCROLLBAR-HIGHLIGHT-COLOR:#A60013;
SCROLLBAR-SHADOW-COLOR:#A60013;
SCROLLBAR-3DLIGHT-COLOR:#F3F3F3;
SCROLLBAR-DARKSHADOW-COLOR:#F3F3F3;	
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
td.bot {
	vertical-align: bottom;
}
form
{
	margin:0px;
}
a
{
	color:#8C8C8C;
	text-decoration:underline;
}
a:hover
{
	color:#8C8C8C;
	text-decoration:none;
}
a.none
{
	color:#000000;
	text-decoration:none;
}
a.none:hover
{
	color:#000000;
	text-decoration:underline;
}
.green
{
	color:#42B200;
	font-weight:bold;
}
.greenhead
{
	color:#42B200;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.whitehead
{
	color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a.green
{
	color:#42B200;
	text-decoration:none;
}
a.green:hover
{
	color:#42B200;
	text-decoration:underline;
}
a.yellow
{
	color:#ffff00;
	text-decoration:none;
	font-size:12px;
}
a.yellow:hover
{
	color:#ffff00;
	text-decoration:underline;
	font-size:12px;
}
a.blue
{
	color:#059ee1;
	text-decoration:none;
	font-size:11px;
}
a.blue:hover
{
	color:#059ee1;
	text-decoration:underline;
	font-size:11px;
}
.light
{
	color:#C5FAA5;
}
.white
{
	color:#FFFFFF;
}
a.white
{
	color:#FFFFFF;
	text-decoration:underline;
}
a.white:hover
{
	color:#FFFFFF;
	text-decoration:none;
}
a.white_n
{
	color:#FFFFFF;
	text-decoration:none;
}
a.white_n:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.copy
{
	color:#606060;
}
a.copy
{
	color:#606060;
	text-decoration:none;
}
a.copy:hover
{
	color:#303030;
	text-decoration:underline;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: black;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -100px;
border: 1px dashed lightblue;
visibility: hidden;
font: 14px Tahoma;
color: #059ee1;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 200;
left: 0px; /*position where enlarged image should offset horizontally */
}
