/* This controls the general browser window's background color.
 If the page background is changed, also change the color assigned 
 to the .logocell so the rounded effect (transparency) of the logo will look right,
 and keep the background color of the hover the same as the cell bg.
 Also, consider changing the scroller bar colors to complement
 (that feature works in IE only). */

html{
scrollbar-arrow-color: #FFFF80;
scrollbar-3dlight-color: #80FFFF;
scrollbar-highlight-color: #800000;
scrollbar-face-color: #B90000;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #004080;
scrollbar-track-color: #FEE789;
}
BODY {
	background-color : #006B66;
	}

.logocell {
	background-color: #006B66;
}


.logocell a:hover {
	text-decoration: none;
	background-color: #006B66;
}
