﻿body 
{
	background: white; 
	margin-top: 35px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

/*strong
{
	font-weight: bold;
}

div.main
{
	position: relative;
	border: 0px;
	width: 700px;
	text-align: left;
}

div.sponsors
{
	position: relative;
	width: 700px;
	height: 100px;
}

div.sponsors p
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

div.sponsors table
{
	position: absolute;
	top: 0px;
	left: 60px;
	border-color: Black;
}

div.sponsors img
{
	border: 0px;
}

div.contents
{
	position: relative;
	width: 700px;
}

div.title
{
	position: absolute;
	left: 60px;
	top: 15px;
}

div.title h1
{
	font-size: 18px;
	margin-bottom: 0px;
}

div.title h1 span.subtitle
{
	font-weight: normal;
	color: Red;
	text-transform: uppercase;
}

div.title h2
{
	font-size: 14px;
	margin-top: 0px;
}

div.step
{
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	text-align: center;
}

div.step h1
{
	position: inherit;
	font-size: 34px;
	color: Red;
	margin-bottom: 0px;
}

div.step p
{
	font-size: 10px;
	line-height: 12px;
	margin-top: 10px;
}

div.body
{
	position: absolute;
	top: 60px;
	left: 60px;
	width: 640px;
}

div.body li
{
	font-size: 12px;
}

a.next
{
	display: block;
	width: 100%;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
*/