body
{
	color: Black;
	background-color: white;
	background-image: url(../images/back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica;
	padding: 0;
	margin: 0 0 25px 0;
}

#header
{
	width: 750px;
	height: 100px;
	background: url(../images/top_logo.jpg) 0 0 no-repeat;
	margin: 0 auto 12px auto;
	text-indent: -10000px;
	overflow: hidden;
	padding: 0;
}

#page
{
	width: 750px;
	background-color: White;
	margin: 30px auto 0 auto;
	padding: 0;
}

p
{
	font-size: 9pt;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	font-size: 12pt;
	font-weight; bold;
	margin: 10pt 0 0 0;
	padding: 0;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px 0 3px 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
}

table tr td
{
	border: solid 1px #c0c0c0;
	font-size: 9pt;
	text-align: center;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Navy;
}

.thd
{
	font-weight: bold;
	padding: 3px 0;
}

.col1 
{  
	text-align: left;
}

.prd
{
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

.fp
{
	padding-left: 10px;
	font-weight: bold;
	font-style: italic;
	color: Red;
}

.fph
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: Red;
}

.back
{
	font-size: 8pt;
	margin: 0 0 36px 0;
}