﻿body {
	
	font-family: tahoma;
	color: #556b2f;
}



h1, h2, h3 {
	margin: 0;
	font-family: times new roman;
	font-weight: normal;
	color: #556b2f;
}

h1 {
	letter-spacing: -1px;
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}


.title {
	font-family: times new roman;
	font-weight:bold;
	font-size: 13px; font-color:#556b2f;
	text-decoration:italicize;
}


.text {
	font-family: tahoma;
	font-size: 13px; font-color:#556b2f 
}
.text9 {
	font-family: tahoma; font-color:#556b2f
	font-size: 9px; 
}

.text1 {
	font-family: tahoma; font-color:#556b2f
	font-size: 9px; 
}

.thumbnail {
	font-family: tahoma; font-color:#556b2f
	font-size: 9px; 
}




.text2 {
	font-family: tahoma;
	font-size: 11px;font-weight: bold; font-color:#556b2f
}
.text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
}

.tiny {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #556b2f}

.tiny2 {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #556b2f}

.suzette {  
font-family: "times new roman"; font-size: 13px; font-weight: bold; color: #556b2f}


.menu {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #556b2f}
a:link {color:#556b2f; text-decoration:  none;} 
a:active {color:#c66942;} 
a:visited {color:#556b2f; text-decoration: none;}
a:hover {color:#c66942;}





.headline {  font: 14px "times new roman"; color: #556b2f}

.menu2 {  
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #556b2f}

.header {  
font-family: times new roman; font-size: 14px; font-weight: bold; color: #556b2f}

.search_heading {
	font-family: tahoma;
	font-size: 16px; font-color:#556b2f 
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */

}

a.rollover img {
	width: 100px;
	
}

a.rollover:hover > img {
	height: 240px;
width: 200px;
}
