body, td
{
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #222211;
}

a
{
	color: #71635D;
}

a:hover
{
	color: #CCCC99;
	text-decoration: none;
}

.header
{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #CCCC99;
	height: 100px;
	vertical-align: bottom;
	padding-left: 5px;
	padding-bottom: 4px;
	font-family: Tahoma, Sans-Serif;
	font-size: 8pt
	color: #CCCC99;
}

.button
{
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	padding: 2px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 8pt;
	color: #222211;
	background: #D2D3C4;
	border: 1px solid black;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
}

.button:hover
{
	color: #222211;
	background: #F7F7F4;
}

.buttonOn
{
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	padding: 2px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 8pt;
	color: #F7F7F4;
	background: #71635D;
	border: 1px solid black;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
}

.buttonOn:hover
{
	background: #61534D;
}

.main
{
	padding: 5px;
	padding-left: 10px;
	vertical-align: top;
	text-align: justify;
}

.title
{
	font-size: 18pt;
	letter-spacing: 4px;
	color: #71635D;
	border-bottom: 1px solid #CCCC99;
	margin-bottom: 12px;
}

.thumbnails
{
	padding: 5px;
}
.thumbnails img
{
	border : none;
	padding: 5px;
}
.footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-color: #CCCC99;
	vertical-align: middle;
	text-align: right;
	padding-right: 5px;
}