@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #CCC;
}
.daysLeft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #1F4A23;
}
.adHeadline {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #CCC;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bodyCopy {
	line-height: 18px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sideLg {
	font-size: 14px;
	font-weight: bold;
	color: #030;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sidedk {
	color: #333;
}
.button {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #030;
	border: 1px solid #333;
}
.form {
	font-size: 11px;
	color: #333;
}
.bodyCopyYellow {
	line-height: 18px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E9CF95;
}
