body {
	background-color: #000000;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #F6F6F6;
	scrollbar-darkshadow-color: #333333;
}

.bodyline	{
	background-color: #F6F6F6;
	border: 1px #98B7D1 solid;
}

/*	Links unvisited links							*/
a.link:link {
	color: #99CCFF;
	text-decoration : none;
}

/*	Links visited links							*/
a.link:visited {
	color: #99CCFF;
	text-decoration : none;
}

/*	Links active links (not widely supported)				*/
a.link:active {
	color: #99CCFF;
	text-decoration : none;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
	color: #99CCFF;
	text-decoration : none;
}

/*	Unvisited links								*/
a:link {
	color: #99CCFF;
	text-decoration : none;
}

/*	Visited links								*/
a:visited {
	color: #99CCFF;
	text-decoration : none;
}

/*	Active links (not widely supported)					*/
a:active {
	color: #99CCFF;
	text-decoration : none;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
	color: #99CCFF;
	text-decoration : none;
}

.text {
	list-style: square;
	color: #FFFFFF;
	font-family: "verdana", "arial", "geneva", sans-serif;
	text-decoration : none;
	font-size : 12px;
}

.ctext {
	font-size: 10px;
	border: none;
	color: #000000;
	font-family: "verdana", "arial", "geneva", sans-serif;
}

.btext {
	font-size: 10px;
	border: none;
	color: #FFFFFF;
	font-family: "verdana", "arial", "geneva", sans-serif;
}

.utext {
	font-size: 10px;
	font-weight: bold;
	border: none;
	color: #333333;
	font-family: "verdana", "arial", "geneva", sans-serif;
}

