html, body, #wrapper {
	margin-left: 25px;
	margin-top: 15px;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

a:link {
	font-size: 11px;
	color: #9c9c9c;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-size: 11px;
	color: #9c9c9c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #9c9c9c;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25em;
}

p.text {
	font-size: 11px;
	color: #9c9c9c;
	font-weight: bold;
	text-decoration: none;
}

p.fineprint {
	font-size: 10px;
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

#thumbnail {
	height: 25px;
	width: 25px;
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #9c9c9c;
	float: left;
}