<!--
body {
	font-family: Century Gothic, Arial;

	color: #EEEEEE;
	background-color:#333333;
	text-decoration: none;
	scrollbar-base-color: #808080;
	scrollbar-track-color: #F8F8F8;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-color: #808080;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #C0C0C0;
	cursor: crosshair;
}
a:link       {
	text-decoration: none;
	color: #EEEEEE;
	font-size: 22px;
	cursor: 
}
a:visited    {
	text-decoration: none;
	color: #EEEEEE;
	font-size: 22px;
	cursor: 
}
a:hover      { 
	color: #aaaaaa;
}
.picover    {
	cursor: move;
}
.picover a:link   {
	cursor: move;
}
.picover a:visited {
	cursor: move;
}
.textsmall {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.linkwhite {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkwhite a:link {
	text-decoration: none;
	color: White;
	font-size: 12px;
	cursor: 
}
.linkwhite a:visited {
	cursor: ;
	text-decoration: none;
	color: White;
	font-size: 12px
}
.linkwhite a:hover   { 
	color: #808080;
}
.linksmal {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.linksmal a:link {
	text-decoration: none;
	color: Black;
	font-size: 9px;
	cursor: 
}
.linksmal a:visited {
	cursor: ;
	text-decoration: none;
	color: Black;
	font-size: 9px
}
.linksmal a:hover   { 
	color: #808080;
}