A 
{
	color: #FF6600;
	text-decoration: none
}

A:hover 
{
	color: #696969;
	text-decoration: none
}
A.Gray
{
	color: #999999;
	text-decoration: none
}

A.Gray:hover 
{
	color: #696969;
	text-decoration: none
}

.TEXT_NORMAL
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #696969;
	background-color: transparent;
	text-decoration: none;
}

.TEXT_SMALL
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #696969;
	background-color: transparent;
	text-decoration: none;
}

.TEXT_MEDIUM
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #696969;
	background-color: transparent;
	text-decoration: none;
}

.TEXT_BIG
{
	font-family: Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: bold;
	color: #696969;
	background-color: transparent;
	text-decoration: none;
}

.PAGE_H
{
	font-family: Arial, Sans-Serif;
	font-size: 20pt;
	font-weight: bold;
	color:#FF6600;
	text-decoration: none;
}

.SECTION_H
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.SUB_SECTION_H
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.COPYRIGHT
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}

