/* Page Style */
/*BODY         { font-family: Verdana; font-size: 10pt }*/
BODY
{	font-size: 10pt;
	color: #BABABA;
	font-family: Verdana, Arial, Serif;}

/* Table Style */
TABLE{font-family: Verdana; font-size: 10pt}

/* Link Styles */
A:link
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background:#000000;
	color: #0080FF;
}
A:visited
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background:#000000;
	color: #0080FF;
}
A:active{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	background:#000000;
	color: #0080FF;
}
A:hover
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
	background:#BABABA;
}

/*A:link {color: yellow; text-decoration: none;}
A:visited {color: yellow; text-decoration: none;}
A:hover {color: #000000; text-decoration: none;}
A:hover {background-color: yellow; text-decoration: none;}
*/

.None:link:visited:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #0080FF;
	font-family: Verdana;
	text-decoration: none;
	background: none:
}

/* Selects (Drop Down Lists) */
SELECT
{	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Serif;}

INPUT
{	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Serif;}

/* Font Classes */
.PageHeader{
	font-family:Arial;
	font-size:14pt;
	font-weight:bold;
	color:#800000;
	}
.PageTopic{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#BABABA;
	}
.PageText{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	color:#BABABA;
	}