

.NormalA:link
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial Narrow;
}

.NormalA:visited
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial Narrow;
}

.NormalA:active
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial Narrow;
}

.NormalA:hover
{
	color: red;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12px;
	text-decoration: none;
	font-family: Arial Narrow;
}




/* text style for the selected tab */
.SelectedTab {
    font-weight: bolder;
    font-size:10pt;
    color: white;
    font-family: Arial Narrow;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #000000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    font-size: 10pt;
    color: #cccccc;
}
