body
{
	background: #FFFFFF url(back.jpg);
	color: #000000;
}

h1
{
	text-align: center;
	background-color: #F3F3F3;
	padding: 6px;
	border: 1px solid #333333;
}

h3
{
	font-size: 110%;
	text-align: center;
	padding: 0 0 3px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #999;
}

h4
{
	font-style: italic;
}

a, a:visited, a:active
{
	color: #000099;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	font-size: 9pt;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	vertical-align: top;
	text-align: left;
}

.main	
{
	background-color: #FC9;
	border: 1px solid #999;
	width: 700px;
	padding: 15px;
}

div
{
	font-size: 9pt;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

.centered
{
	text-align: center;
}

.para
{
	margin-bottom: 15px;
}

.images
{
	float: left;
	width: 75%;
	margin-bottom: 15px;
}

.links
{
	text-align: left;
	float: right;
	width: 25%;
	line-height: 150%;
}

.bottom
{
	clear: both;
}

.thumbs, .thumbs td, .centered
{
	text-align: center;
}

img
{
	border: 0;
}

