.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: white;
}

.normal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: darkblue;
}

.paraheader {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: darkred;
}

.pageheader {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: darkred;
}

A:link { text-decoration: underline; color: darkblue }
A:visited { text-decoration: underline; color: darkblue }
A:active { text-decoration: underline; color: darkblue }
A:hover {text-decoration: underline; color : darkred }

body { 
	background: white ;
  	SCROLLBAR-BASE-COLOR: darkblue;
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: black;
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: white; 
	SCROLLBAR-ARROW-COLOR: darkblue;
	SCROLLBAR-TRACK-COLOR: darkblue; 
	SCROLLBAR-DARKSHADOW-COLOR: white;
	
}




