/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
body { scrollbar-3dlight-color: #F8F8FF;
	scrollbar-arrow-color: #F0F8FF; 
   scrollbar-base-color: #F8F8FF;
	scrollbar-darkshadow-color: #F0F8FF;
	scrollbar-face-color: White;
   scrollbar-highlight-color: #F8F8FF;
	scrollbar-shadow-color: #F8F8FF;
	scrollbar-track-color: White;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat; 
   background-attachment: fixed; 
   text-align: right; background-position: center 50% }
   
.fade { height: 1px; filter: Alpha(Opacity=100, FinishOpacity=30, style=1) }

a:active
{
	height: 1px;
	color: #2652B3;
	text-decoration: none;
	behavior: url(scripts/linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);
}

a:visited
{
	height: 1px;
	color: #FF8295;
	text-decoration: none;
	behavior: url(scripts/linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);
}

a:link
{
	height: 1px;
	color: #2652B3;
	text-decoration: none;
	behavior: url(scripts/linkhilight.htc);
	filter: progid:dximagetransform.microsoft.gradientwipe(duration=1);
}

a:hover
{
	height: 1px;
	color: #FFCD33;
	text-decoration: overline;
	cursor: crosshair;
}