BODY {
	background : #FFFFFF;
	margin : 0;
	SCROLLBAR-FACE-COLOR: #3399CC;
	SCROLLBAR-HIGHLIGHT-COLOR: #3399CC;
	SCROLLBAR-SHADOW-COLOR: #00CC00;
	SCROLLBAR-ARROW-COLOR: White;
	SCROLLBAR-TRACK-COLOR: #eae8e5;
	SCROLLBAR-BASE-COLOR: #3399CC;
	scrollbar-3d-light-color: White;
	scrollbar-dark-shadow-color: #00CC00;
}

A.nav {
	FONT-WEIGHT: bold;
	color : Black;
	text-decoration : none;
}
A.highlight {
	FONT-WEIGHT: bold;
	BACKGROUND: AliceBlue;
	color : Black;
	text-decoration : none;
}
A:hover {
	COLOR: #ff0000;
	font-weight : bold;
}
A:link{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: #00AA00;
	font-size: 11px;
	text-decoration: underline;
	font-weight : bold;
}
A:active{font-family: Verdana, Arial, Tahoma, MS Sans Serif; color: silver; font-size: 11px; text-decoration: none;font-weight : bold;}
A:visited{
	font-family: Verdana, Arial, Tahoma, MS Sans Serif;
	color: Black;
	font-size: 11px;
	text-decoration: underline
}
A:hover{font-family: Verdana, Arial, Tahoma, MS Sans Serif; color: #ff0000; font-size: 11px; text-decoration: none;font-weight : bold}