@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #119ADA;
	scrollbar-darkshadow-color: #EBEBEB;
	scrollbar-base-color: #EBEBEB;
	scrollbar-track-color: #EBEBEB;
	background-color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #119ADA;
}
a:active {
	text-decoration: none;
	color: #119ADA;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 260px;
	height: auto;
	margin-left: 26px;
	line-height: 12px;
}
#names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

#space {
	width: 260px;
	margin-left: 26px;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}



.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #119ADA;
}
hr {
	color: #999999;
	height: 1px;
	width: 100%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
