/* scrollbar effects */

	body {
	scrollbar-face-color: #0470AC;
	scrollbar-shadow-color: #0470AC;
	scrollbar-highlight-color: #0470AC;
	scrollbar-3dlight-color: #0470AC;
	scrollbar-darkshadow-color: #0470AC;
	scrollbar-track-color: #E6E6E6;
	scrollbar-arrow-color: #ffffff }

/* text */

	font, body, p, li { 
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em }

/* links */

	A:link {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color: #004471;
	text-decoration: none }

	A:hover {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: underline }

	A:active {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color: #666699 }

	A:focus {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color:  #7394E1}

	A:visited {
	font-family: trebuchet ms, tahoma, verdana;
	font-size: 12px;
	color: 005572 }