body {
	background-image:  url(images/bgs/sitebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-face-color:#510205;
	scrollbar-arrow-color:#800205;
	scrollbar-track-color:#510205;
	scrollbar-highlight-color:#800205;
	scrollbar-3dlight-color:#000000;
	scrollbar-shadow-color:#480001;
	scrollbar-darkshadow-color:#000000;
	text-decoration: none;
	margin: 0px;
}

body, td { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF00; 
}



a:link, a:visited, a:active { 
	color: #FFFF00; 
	text-decoration: underline; 
}

a:hover { 
}

.copy {
	font-size: 12px;
	color: #480001;
	font-weight: bold;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #740309;
	color:#FFFF00;
	border: 1px solid #330001;
}

/*  -----------------------  Footer Nav Colors  -----------------------  */
.fNav a:link {
	color: #480001;
	font-size: 12px;
	font-weight: bold;
}
.fNav a:visited {
	color: #480001;
	font-family: 12;
	font-weight: bold;
}
.fNav a:active {
	color: #480001;
	font-size: 12px;
	font-weight: bold;
}
.fNav a:hover {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

/*  -----------------------  Footer Nav Colors  -----------------------  */

.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}

/*  -----------------------  Credits: Dynamic Drive CSS Library  -----------------------  */

.thumbnail{
	position: relative;
	z-index: relative;
	border: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #800205;
padding: 1px;
left: -0px;
border: 1px solid yellow;
visibility: hidden;
color: #800205;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -2px;
left: 128px; /*position where enlarged image should offset horizontally */
}
/*  -----------------------  Credits: Dynamic Drive CSS Library  -----------------------  */
