body {
	background-color: #FFFFFF;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	color : #FFFFFF;
	font-family : 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

html {
	scrollbar-base-color:#3F3F3F;
    }

.menu a:link, .menu a:visited {
	color : #000000;
	text-decoration : none;
}

.menu a:hover {
	color : #FDD407;
	text-decoration : underline;
}

.menu a:active {
	color : #666666;
	text-decoration : none;
}

A:LINK, A:VISITED {
	color : #D010B1;
	text-decoration : none;
}

A:HOVER {
	color : #FDD407;
	text-decoration : underline;
}

A:ACTIVE {
	color : #666666;
	text-decoration : none;
}

#calbg {width:200px; filter: alpha(Opacity=85); -moz-opacity: .85; -khtml-opacity: 0.85; background-color:#333333; border:1px solid #3F3F3F;
 }