body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFAFF;
	background-color: #2E2E2E;
}
a:link {
	color: #FCFDFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCFBFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFCFF;
}
a:active {
	text-decoration: none;
	color: #FCFAFF;
}
.ThumbnailBorder {
	border: 1px solid #FFF9FE;
}
.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: #120FFF;
	border-right-color: #120FFF;
	border-bottom-color: #120FFF;
	border-left-color: #120FFF;
	cursor: pointer;
	cursor: hand;
	background-color: #D2D2D2;
}
.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: #120FFF;
	border-right-color: #120FFF;
	border-bottom-color: #120FFF;
	border-left-color: #120FFF;
	cursor: pointer;
	cursor: hand;
	background-color: #FFF9FE;
}

