/* CSS Document */

body, td, th { /* redundant rules for bad browsers  */
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 11px;
	color: #626466;
	
}
a { color:#002184 ; text-decoration: underline; }
a:hover { color: #002184; text-decoration: none; }
a:active { color: #002184; text-decoration: underline; }
a:visited { color: #002184; text-decoration: underline; }