/* Global styles */

body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Verdana, arial, sans-serif;
		font-size:80%;
		color:#666666;
		background: white url('images/background.jpg') center top repeat-x;
}

a, a:link, a:visited, a:hover, a:active {
		color:#FF0000;
		text-decoration: none;
}

h1 {
		text-align: center;
		color: red
}

/* Header styles */

table.Nav {
		border: 0px;
		background-color: white;
		border-style: none;
		border-collapse: collapse;
		border-spacing: 0px;
}

td.NavOn, td.NavOff {
		width: 100px;
		color: red;
		vertical-align: middle;
		text-align: center;
		text-size: 12px

		border: 0px;
		border-style: none;
		border-spacing: 0px;
		padding: 5px;
}

td.NavOff {
		background-color: #FAF0E6;
}

td.NavOff:hover, td.NavOn {
		background-color: #F5DEB3;
}

table.thankYouTable {
		height: 500px;
		font-size: 20px;
		text-align: center;
		vertical-align: middle;
}

/* Body styles */

td.leftPane, td.rightPane {
		vertical-align: top;
		font-size: 80%;
		padding: 5px;
		text-align: left;
}

table.twoPaneBody {
		width: 800px;
}

.alignRight {
		text-align: right;
}

/* Footer styles */

.footer {
		font-size: 11px;
		font-color: black;
}

hr.footer {
		color: red;
}

