h1{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:0 0 20px 0;
}


h2{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:40px 0 0 0;
}


h3{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:20px 0 5px 0;
}


p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:0 0 10px 0;
}
ul {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
}
td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333300;
	line-height: 20px;
	margin:0 0 10px 0;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #333300;
	line-height: 25px;
}
a:link { color: green; text-decoration: none; }
a:active { color: yellow; text-decoration: none }
a:visited { color: green; text-decoration: none }
a:hover { color: green; text-decoration: underline; background: #ffff99 }

a.xtra:link { color: black; text-decoration: none }
a.xtra:active { color: yellow; text-decoration: none }
a.xtra:visited { color: black; text-decoration: none }
a.xtra:hover { color: black; text-decoration: underline; background: #ffff99 }

.bolder {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: 333300;
	font-weight: bolder;
}
.preview{
	color:#990000;
	font-weight:bold;
	}

#restore{
	float:right;
	margin:0 20px 0 20px;
	padding:1px;
	border:1px solid #669934;
	background-color:#fff;
	}
	
#thumbnails{
	width:550px;
	}
	
#thumbnails img{
	float:left;
	padding:1px;
	border:1px solid #669934;
	margin:0 10px 10px 0;
	background-color:#fff;
	}
	.clearfix{
	clear:both;
	}