A:active 
{ 
	text-decoration: none; 
}

A:hover 
{ 
	text-decoration: none; 
	color: red 
}

.body 
{ 
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: black 
}

.newsTd 
{ 
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold
}

.newsLink 
{ 
	font-weight: bold;
	text-decoration: none;
	color: #61a3a3; 
}

.barLink 
{ 
	color: white; 
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt 
}

.defLink 
{ 
	font-weight: bold;
	text-decoration: none;
	color: #61a3a3; 
}

.faqLink 
{ 
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #61a3a3; 
}

.boxTable 
{ 
	border-left-style: solid; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid;
	border-color: black; 
	font-family: "Verdana", sans-serif;
	font-size: 8pt;
	border-color: black
}

.boxInnerTable 
{ 
	font-family: "Verdana", sans-serif; 
	font-size: 8pt; 
}

.boxTdHeader 
{ 
	border-width: 0 0 0 0; 
	border-color: #999999; 
	border-left-style: solid; 
	border-top-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid;
	background-color: black; 
	color: white; 
	height: 20px; 
	font-weight: bold
}

.boxTd 
{ 
	border-width: 0 0 0 0; 
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid; 
}

.barTd
{
	background-color: black; 
	height: 19px; 
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold
}

