body {
	color: #ffffff;
	background-color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin:20px auto;
	width: 800px;
  text-align: center;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
}

a {
	color: #ffffff;
	background-color:#000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	background-color:#ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.littleonblack {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}
.littleonblack:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.littleonwhite {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.littleonwhite:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.normalonblack {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.normalonblack:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.normalonwhite {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.normalonwhite:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.largeonblack {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}
.largeonblack:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.largeonwhite {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.largeonwhite:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.xtralargeonblack {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}
.xtralargeonblack:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.xtralargeonwhite {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.xtralargeonwhite:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

.box {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border-style: ridge;
	border-color: #000000
}
.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000; 
	background-color: #ffffff;
	border-style: ridge;
	border-color: #000000
}

.dot {
	position: absolute;
	width: 8;
	height: 8;
	visibility: hidden;
	background-color: #FFFFFF;
	font-size: 1px;
	cursor: pointer;
	cursor: hand;
	z-index: 150
}
.dotoff {
	position: absolute;
	width: 8;
	height: 8;
	visibility: hidden;
	background-color: #FFFFFF;
	font-size: 1px;
	cursor: default;
	z-index: 150
}
.dotempty {
	position: absolute;
	width: 8;
	height: 8;
	visibility: hidden;
	background-color: #FFFFFF;
	font-size: 1px;
	cursor: pointer;
	cursor: hand;
	zindex: 150
}
.caption {
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	cursor: default;
	z-index: 5
}