a:active
{
	outline: 0;
}

a:focus
{
	outline: 0;
}

a
{
 text-decoration:none;
 color: #ff8400; 
}

a:hover 
{ 
	background-color: #ff8400; 
	color: white; 
	text-decoration:none;
}

a.txlink:link 
{ 
	font-size: 8pt; 
	color: #ff8400; 
	font-weight:normal; 
	text-decoration:none;
}

a.txlink:visited 
{ 
	font-size: 8pt;
	color: #ff8400; 
	font-weight:normal; 
	text-decoration:none;
}

a.txlink:active 
{ 
	font-size: 8pt; 
	color: #ff8400; 
	font-weight:normal; 
	text-decoration:none;
}

a.txlink:hover 
{ 
	font-size: 8pt; 
	background-color: #ff8400; 
	color: white; 
	font-weight:normal; 
	text-decoration:none;
}

.section_head
{
	font-family: verdana,helvetica;
	color: white;
	text-indent: 5px;
	font-weight: bold;
	font-size: 8pt;
}

.textnormal
{
 	font-family: verdana,helvetica;
	color: #2a5376;
	font-size: 8pt;
	text-align: justify;
}

.textbold
{
 	font-family: verdana,helvetica;
	color: #2a5376;
	font-size: 10pt;
	font-weight: bold;
}

.redalert
{
	font-family: verdana,helvetica;
	color: #ffffff;
	background-color: #cc0000;
	font-weight: bold;
	font-size: 9pt;
}