table        { font-family: Trebuchet MS; font-size: 8pt; color: #666666; font-weight:bold } A:link {text-decoration: none}
A {text-decoration: none;} 

/* mouse over effect for the left navigation table and links */

table.navbar {
	border-collapse: collapse;
	font-family: Trebuchet MS; 
	font-size: 8pt;  
	font-weight:bold;
	text-align: center;
}

table.navbar td    {
	border: 0px;
	font-weight: bold;
	text-align: center;
	text-valign: middle;
}

table.navbar td a    {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

table.navbar td a:link, table.navbar td a:visited    {
	color: #0000FF;
	background-color: transparent;
	text-decoration: none;
}

table.navbar td a:hover, table.navbar td a:active    {
	color: #0000FF;	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FF0000;
	}