body{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #1F749E;
	background-image: url(art/bkgd.jpg);
		background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}


.contestCopy{
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 11px;
	line-height :19px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;
}
.contestCopy1{
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #0F447A;
}
.headline{
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 13px;
	line-height : 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #000;
}
.enter{
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	font-size: 35px;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	color: #000;
}

.contentBkgd{
	background-color: #fff;
}

.borderImage{
	border-style: double;
	border-color: #666;
	border-width: 3px;
	background-color: #000;
}

.borderContest{
	border-style: ridge;
	border-color: #00AAFF;
	border-width: 2px;
	background-color: #000;
	width: 562px;
}
.borderSidebanner{
	border-style: ridge;
	border-color: #00AAFF;
	border-width: 2px;
	background-color: #000;
	width: 130px;
}
.borderTopbanner{
	border-style: ridge;
	border-color: #00AAFF;
	border-width: 2px;
	background-color: #000;
	width: 468px;
}


.centerBlock{
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}
.rulesPage{
	text-align: left;
	font-size: 10px;
	color: #000;
}
.formText{
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c00;
	font-weight: bold;
	text-decoration: underline;
}



