html, body { height: 100%; margin: 0; padding: 0; }

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.xMainText {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
.xSmallText {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.xMainTextRed {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
.xSmallTextWhite {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.xSmallTextWhiteMed {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.xTitle {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}
.xBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #393939;
	text-align: left;
}
.xMainTextBold {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.xSmallTextGreen {
	font-family: Arial;
	font-size: 10px;
	color: #00CC00;
}
.xSmallTextBlue {
	font-family: Arial;
	font-size: 10px;
	color: #0066FF;
}

