/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #F78F1E;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #FF6699;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	BACKGROUND-COLOR: #ffffff;
	text-align: justify;
}

td
{
	font-family:"Verdana";
	font-size: 9pt;
	color:#999999;
}
.heading
{
	font-family:"Verdana";
	color:#ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-transform: lowercase;

}
.secheading
{
	font-family:"Verdana";
	color:#F06;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;

}
.bigheading
{
	font-family:"Verdana";
	color:#F06;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;

}
.thinheading
{
	font-family:Verdana;
	color:#F78F1E;
	font-size: 16pt;
	font-weight: lighter;
	font-style: normal;
}
.thinPinkheading
{
	font-family:Verdana;
	color:#F06;
	font-size: 16pt;
	font-weight: lighter;
	font-style: normal;
}
.caption
{
	font-family:"Verdana";
	color:#ffffff;
	font-size: 10pt;
	font-weight: bold;

}

.caption2
{
	font-family:Verdana;
	color:#666;
	font-size: 9pt;
	font-weight: bold;

}
.topnav
{
	font-family:"Verdana";
	color:#6E6E6E;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:"Verdana";
	color:#6E6E6E;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:Verdana;
	color:#999;
	font-size: 9pt;
	line-height: normal;

}
.button
{
	font-family:"Verdana";
	color:#000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:"Verdana";
	color:#000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:"Verdana";
	color:#A4A4A4;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
	margin-right: 20px;

}
.top:hover
{
	font-family:"Verdana";
	color:#F78F1E;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;
	text-align: right;
}

.right
{
	font-family:"Verdana";
	color:#000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:"Verdana";
	color:#000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration:underline;

}
.justify {
	text-align: justify;
}
.border 
{
	border:thin;
	color:#999999;
}
body p {
	text-align: justify;
}
.centerTable {
	text-align: center;
}

