/* CSS Document */
<STYLE>

a.menu_left:link {color: #FF0000; text-decoration: none}
a.menu_left:visited {color: #FF0000; text-decoration: none}
a.menu_left:hover {text-decoration: underline; color=#000000}
a.menu_left:hover {background: orange}
a.menu_left {font-family: sans-serif; font-size: 12pt} 

a.underline:link {color: #ffffcc; text-decoration: none}
a.underline:visited {color: #ffffcc; text-decoration: none}
a.underline:hover {text-decoration: underline}
a.underline:hover {color:#ffcc00}
a.underline {font-family: sans-serif; font-size: 12pt} 

table{border-collapse:collapse};

BODY {
	SCROLLBAR-FACE-COLOR: #2d4a97; 
	SCROLLBAR-HIGHLIGHT-COLOR: #7981b3; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #7981b3
}
</STYLE>