body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF7FD;
	background-color: #010101;
}
a:link {
	color: #F8FDFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFDFE;
}
a:hover {
	text-decoration: underline;
	color: #FFFBFF;
}
a:active {
	text-decoration: none;
	color: #FFFCFE;
}
.ThumbnailBorder {
	border: 1px solid #918D8F;
}
.ButtonMouseOut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF9FB;
	border-right-color: #FFF9FB;
	border-bottom-color: #FFF9FB;
	border-left-color: #FFF9FB;
	cursor: pointer;
	cursor: hand;
	background-color: #0C0DEF;
}
.ButtonMouseOver {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF9FB;
	border-right-color: #FFF9FB;
	border-bottom-color: #FFF9FB;
	border-left-color: #FFF9FB;
	cursor: pointer;
	cursor: hand;
	background-color: #0B117F;
}

