body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

h1 {
	font-size: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

td {
	font-size: 12px;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

.photocaption {
	font-size: 10px;
	font-style: italic;
}

.thumbnail-left, .thumbnail-right {
	border: 1px solid #99CC99;
}

.thumbnail-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.thumbnail-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.emphasis {
	font-size: 14px;
	font-weight: bold;
}

.subheader {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC99;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.banner {
	font-size: 14px;
	font-weight: bold;
	display: block;
	background-color: #CDFFCC;
	letter-spacing: -1pt;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-style: solid;
	border-top-color: #99CC99;
	border-bottom-color: #99CC99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.smalltext {
	font-size: 10px;
}
