body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight:normal; 
	margin: 0; 
	padding: 0;
	cellspacing: 0;
	border: 0;
	cellpadding: 0 ;
	
}

html { 
	overflow-y:scroll;
	}
	
body {
	background: #ccc url(images/body_bg.gif) repeat-y top center fixed;
}

a {
	color: #388500;
}

a:visited {
	color: #388500;
}
a:hover {
	color: #000;
}
a:active {
	color: #388500;
}

table {
	cellspacing: 0;
}

p
{
	margin: .75em 1em 1.5em 1em;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
		
}	
p.small
{
	
	font-size: 30%;
	line-height: 30%;

		
}	

li
{
	
    font-size: 100%;
	line-height: 140%;
}
li.spaced
{
	margin-left: 10px;
    
}	


.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;
}

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

}
