*
{
	font-family: Verdana, Arial, Helvetia;
	font-size: 10pt;
	color: #000000;
}

form
{
	margin: 0px;
	padding: 0px;
}

body
{
	text-align:center;
}

h1
{
	text-align:center;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color:#89BFE1;
	margin: 10px;
}

th
{
	white-space: nowrap;
	text-align:left;
	font-size: 7pt;
	font-weight: bold;
	color:#000000;
}

.header
{
	white-space: nowrap;
	text-align:right;
	font-size: 7pt;
	font-weight: bold;
	color:#FFFFFF;
}

#headertext *
{
	text-align:right;
	font-size: 7pt;
	font-weight: bold;
	color:#FFFFFF;
}

.headertext
{
	text-align:right;
	font-size: 7pt;
	color:#FFFFFF;
}

input
{
	font-size:7pt;
	font-weight:bold;
	height:18px;
}

input.header
{
	color:#FFFFFF;
	background-color:#9ACFF2;
	font-size:7pt;
	font-weight:bold;
	height:18px;
	text-align:left;
}

#footertext
{
	/*width:40%;*/
	text-align:center;
	border-top: 1px solid #000000;
	padding: 5px;
}

#copyright
{
	font-size: 7pt;
}

#tabs *
{
	text-align:center;
}
.tab
{
	color: #777777;
}

.tab:hover
{
	color:#777777;
}

.selectedtab:hover
{
	color:#000000;
}

.textboxheader *
{
	font-size: 10pt;
	font-weight: bold;
	color:#FFFFFF;
	text-align:left;
	padding-top: 4px;
}

.textboxfooter
{
	color:#FFFFFF;
	text-align:right;
	font-size: 10pt;
}

a
{
	border-style:none;
}

img
{
	border-style:none;
}

a:link
{
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	font-weight:bold;
	text-decoration:none;
	color: #777777;
}

a:active
{
	font-weight:bold;
	text-decoration:none;
}

a:focus
{
	font-weight:bold;
	text-decoration:none;
}

.rightfloat
{
	float:right;
}

.leftfloat
{
	float:left;
}

.floating
{
	float:none;
	/*margin: 10px;*/
}

.floatingNewRow
{
	float:none;
	/*margin: 10px;*/
	clear:both;
}