/* CSS Document */

a.links_red:link {color: #FF6600;text-decoration: underline; font-family: "Arial";	font-size: 11px; font-weight: normal;
}
a.links_red:active { color: red; font-weight: bold; font-size: 11px; font-family: "Arial";}
a.links_red:visited { color: #666600; font-weight: bold; font-size: 11px; font-family: "Arial";}
a.links_red:hover { color: black; font-weight: normal; 	font-size: 11px; font-family: "Arial";}

