BODY {
	scrollbar-base-color: #0606A9;
	scrollbar-shadow-color: #000066;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #505050;
	scrollbar-track-color: #6699CC;
	scrollbar-arrow-color: white;
	background-color: #FFFFFF;
	background : url(images/back.gif) ! important ;
	font-size: 12pt;
	font-family: "Times New Roman", Arial, sans-serif;
}

input.navy {background-color: #0000CC; font-weight: bold; font-size: 12px; color: #ffffff;}

A:link {
	text-decoration: none;
	color: Olive;
}  /* unvisited link */

A:visited { text-decoration: none; color: Olive}   /* visited links */

A:active {
	text-decoration: none;
	color: Olive;
}    /* active links */

A:hover {
	color: white;
	background-color: #0000CC;
	font-size: 100%;
} /* when mouse is over link */

A.external:link {
	color: Blue;
}


