html {
	height: 100%;
	background-image: url(../images/leftBG.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC9933;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 168px;
	width: 100%;
	top: 0px;
	left: 0px;
}
.headerImg {
	position: absolute;
	height: 168px;
	width: 632px;
	top: 0px;
	left: 0px;
}
.navigation {
	position: absolute;
	width: 623px;
	top: 141px;
	left: 0px;
}
.content {
	position: absolute;
	width: 613;
	top: 174px;
	left: 160px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
}

.thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
}