/* Opera Browser Only */
.html {
	margin: 0px;
	padding: 0px;
}

/* All Other Browsers */
.body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-top: -1px;
	border-bottom: solid 1px #0062a6;
/*	text-transform: uppercase;*/
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
/*	text-decoration: underline;*/
/*	text-transform: uppercase;*/
	margin-top: 0px;
	margin-bottom: -10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	text-decoration: none;
	text-transform: none;
	margin-top: -10px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	margin-top: 10px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	margin-top: 10px;
}

.contentLeft, .contentCenter, .contentJustify {
	font-size: 11px;
	color: #000000;
}

.contentLeft {
	text-align: left;
}

.contentCenter {
	text-align: center;
}

.contentJustify {
	text-align: justify;
}

.sponsorText {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	margin-top: 0;
}

.listLeft {
	font-size: 11px;
	color: #000000;
	text-align: justify;
	list-style-type: square;
	padding-left: 5px;
	margin-left: 10px;
}

.finalistCategoryHeader {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #5083B8;
	margin: 0;
}

.finalistHeader {
	font-size: 11px;
	font-weight: bold;
	color: #5083b8;
	text-align: center;
}

.finalist08Header {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-decoration:underline;
}

.finalist08Sponsor {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.finalist08Name {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.winner08Name {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.winner08Caption {
	font-size: 11px;
	font-style:italic;
	color: #111111;
	text-align: center;
}

.requiredFields {
	font-size: 11px;
	font-weight: bold;
	color: #ad0000;
}



.splashContent {
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.timerText {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.timerTime {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}


.confirmHeader {
	font-size: 26px;
	font-weight: bold;
	color: #5083b8;
	text-align: center;
	margin-top: 0px;
}

.confirmStandfirst {
	font-size: 13px;
	font-weight: bold;
	color: #5083b8;
	text-align: center;
}

.confirmContent {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color:#edf2f7;
	padding:3px
}


.page{
   position: absolute;
   width: 444px;
   visibility: hidden;
}

.formTextLeft {
	font-size: 8px;
	color: #000000;
	text-align: left;
}



.picOnLeft
{
	float:left;
	padding-right: 5px;
	padding-top: 3px;
}

.picOnRight
{
	float:right;
	padding-left: 5px;
	padding-top: 3px;
}



a.contentAnchor:link {
	font-size: 11px;
	font-weight: bold;
	color: #5083b8;
	text-decoration: none;
}

a.contentAnchor:visited {
	font-size: 11px;
	font-weight: bold;
	color: #5083b8;
	text-decoration: none;
}

a.contentAnchor:hover {
	font-size: 11px;
	font-weight: bold;
	color: #5083b8;
	text-decoration: underline;
}


