
BODY {
SCROLLBAR-FACE-COLOR: #FBFBFB;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-TRACK-COLOR:white;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-ARROW-COLOR: #004C81;
}
A:Link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: 8pt;
	text-decoration: none;
}

A:VISITED {
        text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: black;
        font-size: 8pt;
        
}

A:HOVER {
	text-decoration: none;
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

