BODY{
	scrollbar-3d-light-color: #97AACF;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #97AACF;
	scrollbar-dark-shadow-color: #97AACF;
	scrollbar-face-color: #97AACF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #97AACF;
	}

A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #ABC0D6;
	text-decoration: none
}

a:link.dark {
	color: #003366;
	text-decoration: none; 
}

a:visited.dark {
	color: #003366;
	text-decoration: none;
}

a:active.dark {
	color: #003366;
	text-decoration: none;
}

a:hover.dark {
	color: #EFF4F4;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.dark {
	font-size: 10px;
	font-family : Tahoma;
	font-weight : bold;
	color : #666666;
}

P.dark {
	font-size: 10px;
	font-family : Tahoma;
	font-weight : bold;
	color : #666666;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #003366;
	height : 1px;
}