body {
	color: #FFFFFF; /*White*/
	font-family:Arial;
	background-color: #46513A; /*Dark Green*/
	}
	
p	{
	color: #FFFFFF;
	font-family:Arial;
	}
	
td	{
	color: #FFFFFF;
	font-family:Arial;
	font-size: 12pt;
	}	
	
h1 {
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
	}	
	
h2 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	}	

h3 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}
	
h4 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;	
	}	
		
A	{
	text-decoration:none;
	color:#FFFFFF;
	}
	
A:hover	{
	text-decoration:none;
	color:#A5CA59;
	}

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

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

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

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

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

}

.copyright {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 7pt; 
	text-align: center;
}	

div.Section1
	{page:Section1;}