body {
	font-family: Century Gothic, Arial, sans-serif;
	background-image: url(../images/wallpaper.gif);
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Century Gothic, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
}

th {
	font-family: Century Gothic, Arial, sans-serif;
	color: #666666;
	text-align: left;
}

h1 {
	font-size: 24px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #FF0000;
	font-weight: normal
}
h2 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #FF0000;
	font-weight: normal
}
h3 {
	font-size: 16px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	color: #FF0000;
	font-weight: normal
}
h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	color: #ee2e32;
	font-weight: normal
}
h5 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.mainTable {
	width: 900px;
	background-color: #FFFFFF;
	border-left: 2px solid #ee2e32;
	border-right: 2px solid #ee2e32;
}
.header {
	width: 900px;
	padding: 20px 20px 0px 20px;
}
.imagePos {
	width: 670px;
	padding: 0px 15px 0px 20px;
}
.imageTable {
	width: 100%;
	height: 315px;
}
.content {
	width: 660px;
	padding: 20px 15px 25px 20px;
	vertical-align: top;
}
.contentTable {
	width: 100%;
	vertical-align: top;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.rightColumn {
	width: 225px;
	vertical-align: top;
	padding: 0px 20px 25px 0px;
}
.rightRoundTable {
	width: 225px;
	background-image: url(../images/right-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.require {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.submit {
	width: 150px;
	height: 50px;
}
.errorText {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	white-space: nowrap;
}
.errorBorder {
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 20px 0px;
	width: 275px; 
	border: 2px solid #880000;
	background-color: #cc0000;
}
.errorUL {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	line-height: 16px;
}

.footer {
	text-align: center;
	line-height: 25px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
}
.newSup {
	vertical-align:super;
	color: #C00;
	font-weight: bold;
	font-size: 10px;
}
a {
	color: #ee2e32;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a.tag {
	color: #666666;
	text-decoration: none;
}
a.headerLink {
	font-size: 13px;
	color: #666;
	text-decoration:none;
}