/* Styles that re-define HTML link tags */

/* Text styles */
body, p, table, td, tr, input, select {
	font-family: Verdana, trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 
a {
	COLOR: #006666; 
}
A:link {
	TEXT-DECORATION: none
}
A:visited {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
A:active {
	TEXT-DECORATION: none	
}