body {
	text-align: center;
	background-color: #666666;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


td.left {
	text-align: left;
	vertical-align: top;
	background-color: #996600;
	padding-top: 100px;
	padding-bottom: 20px;
	height: 100%;
}

td.right {
	text-align: left;
	vertical-align: top;
	background-color: #990000;
	padding-top: 0px;
	padding-bottom: 40px;
	height: 100%;
}

h2.border {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	border-style: solid;
	border-width: 5px;
	border-color: #FFCC33;
	text-align: center;
}
	
table.center {
	margin-left: auto;
	margin-right: auto;
}

p {
	text-indent: 0;
}

p.indent {
	text-indent: 1em;
}

p.center {
	text-align: center;
}


h1 {
	margin-top: 20px;
	margin-bottom: 0px;
	color: #FFCC33;
}

h1.quote {
	font-family: Times New Roman;
	font-style: italic;
	color: #FFFFFF;
	text-align: right;
	margin-top: 0px;
	margin-right: 90px;
	margin-bottom: 38px;
}

p.quote {
	margin: 32px;
	font-family: Times New Roman;
	font-size: 18px;
	color: #FFCC33;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited { 
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

