body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/contest_back.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: black;
}

a:hover {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

.questionTitles {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	
}

.questionText {
	color: #000000;
	font-size: 11px;
}

label {
	font-weight: bold;
	color: #000000;
}

/* PRIZE PAGES */

#prizeImage {
	position: relative;
	background-image: url(images/_______.jpg);
	top: 0px;
	width: 729px;
	height: 1072px;
	background-repeat: no-repeat;
}

#prizeText1 {
	position: absolute;
	top: 430px;
	left: 57px;
	width: 300px;
	text-align: justify;
	font-size: 17px;
	line-height: 22px;
	color: black;
	z-index: 999;
}

#prizeText2 {
	position: absolute;
	top: 500px;
	width: 270px;
	text-align: justify;
	font-size: 15px;
	line-height: 18px;
	color: black;
	left: 403px;
}

/* RULES CSS */

body.rulesBody {
	background-color: #FFFFFF;
	background-image: none;
}

#rulesContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 630px;
	height: auto;
	padding: 10px;
}

#rulesText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.ruleTitle {
	color: black;
	font-weight: bold;
}

.ruleHilite {
	color: #9B3866;
	font-weight: bold;
}

/* THANKS CSS */

/* SORRY CSS */

/* WINNER */



#winnerText1 {
	color: black;
	font-weight: bold;
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#winnerText2 {
	color: black;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
