/*
 * Combined style sheet for the index pages and the slide pages.
 */

body {
/*	
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	
	text-align:center;	
	background-color: #fff;
	background-image: url('../emerald/bg.jpg'); 
	color: #3561A2;
} 


h1 {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: 100;
}

a {
	color: #3561A2;
	text-decoration:none;

}


div.thumb {
	font-size: 10px;
}

.thumbimage {
	border: 3px solid #006;
}
.image {
	border: 12px solid #003;
}

.icon {
	border: 0px;
}

*/