@charset "UTF-8";
/* CSS Document */


/* Clear Margins & Padding */
H1 {padding: 0; margin: 20px 0 3px 0;}
P {padding: 0; margin: 0 0 20px 0;}

html {
	background: transparent;
	height: 100%;
}


body {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #005eaa;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	line-height: 1.65em;
}


.body-top {
	background: url(../images/header.jpg) top center no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	height: 292px;
}


.mainTable {
	position: relative;
	top: -292px;
}

TD H1 {
	font-size: 1.25em;}
	
.registrationBox {
	width: 250px;
	background-color:#e4e4e4;
	border: solid 1px #666666;
	padding: 10px}

.pricetag {
	font-size: 2em;
	line-height: 2em;
	padding: 15px;}

.teenyTiny {
	font-size: .76em;
	margin-top: 8px;
	padding: 0;
	margin: 0;}

.smallWhite {
	font-size: .75em;
	color: #fff;}
	
.scheduleTableCell A:LINK		{color: #555555; text-decoration: underline;}
.scheduleTableCell A:ACTIVE		{color: #555555; text-decoration: underline;}
.scheduleTableCell A:VISITED	{color: #555555; text-decoration: underline;}
.scheduleTableCell A:HOVER		{color: #000000; text-decoration: underline;}
