BODY 
{
	background-color: white;	
	color: black;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif, helvetica;
	font-size: 10pt;
}
.title 
{
	color: white;
	font-size: 16pt;
}
p 
{
	text-align: justify;
}
header 
{
	color: #09f;
	text-align: justify;
}
.text10j 
{
	text-align: justify;
	font-size: 10pt;
}
.text10bl 
{
	font-size: 10pt;
	color: black;
}
.text10 
{
	font-size: 10pt;
}
.text8 
{
	font-size: 7pt;
}

A
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A:link,
A:visited,
A:active
{
	color: #339;
}
A:hover 
{
	color: #09f;
}

h2.pageHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #09f;
	border-bottom: medium double #339;
}

table.adminTable
{
	width: 570px;
	table-layout: fixed;
	overflow: hidden;
	text-overflow: ellipsis;
}
table.adminTable th,
table.adminTable td
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}