HTML, BODY {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	font-size: 9pt;
}
#menu A:link {
	color: #000000;
	text-decoration: none;
}
#menu A:visited {
	color: #000000;
	text-decoration: none;
}
#menu A:hover {
	color: #000000;
	text-decoration: underline;
}

#title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #8C1229;
}

A:link {
	color: #8C1229;
	text-decoration: none;
}
A:visited {
	color: #8C1229;
	text-decoration: none;
}
A:hover {
	color: #8C1229;
	text-decoration: underline;
}

#contents {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
}
#contents IMG {
	border: 1px solid #8C1229;
	cursor: pointer;
}
#contents #text {
	padding-right: 10px;
}
#contents #images {
	width: 310px;
	padding-left: 10px;
	text-align: center;
}

#copyright {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #666666;
}
#copyright TD {
	color: #666666;
}
#copyright A {
	color: #666666;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border:  1px inset #666666;
}
TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border:  1px inset #666666;
}
#submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #8C1229;
	color: #FFFFFF;
	border: 1px outset #8C1229;
}

.middletd {
	width: 778px;
}
