body
{
	background-image : url("back3.gif");
	background-repeat : repeat-y;
        background-attachment: fixed;
	color : #666666;
        SCROLLBAR-BASE-COLOR: #CFD9FF;
        SCROLLBAR-ARROW-COLOR: #000066;
}


a:link
{
	color : #63C5B4;
	text-decoration : none;
}

a:visited
{
	color : #63C5B4;
	text-decoration : none;
}

a:active,
a:hover,
a:focus
{
	color : yellow;
	text-decoration : underline;
}



hr
{
	height : 1px;
	color : #d6d4d6;
}

img
{
	border : 0px;
}

em
{
	font-style : normal;
	font-weight : bold;
}



img.fade	{
	filter:alpha(opacity=30);
}
