body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #CCCCCC url(images/bk_grd.jpg) repeat-x fixed bottom;
}
#rap {
	width: 746px;
	background: transparent url(/images/shadow.gif) repeat-y center top;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.padleftjust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
}

#nav {
	background: #660000 url(/images/keyred.gif) no-repeat right bottom;
}
#main {
	background: white url(/images/keywhite.gif) no-repeat left bottom;
	min-height: 340px;
	_height: 340px;
}
#thumbnail {
	height: 150px;
	width: 150px;
	border: none;
}

a:link {
	text-decoration: underline;
	color: #660000;
}

a:visited {
	text-decoration: underline;
	color: #660000;
}

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

a:active {
	text-decoration: underline overline;
	color: #660000;
}

a.bodytext:link {
	text-decoration: underline;
	color: #660000;
}

a.bodytext:visited {
	text-decoration: underline;
	color: #660000;
}

a.bodytext:hover {
	text-decoration: underline overline;
	color: #660000;
}

a.bodytext:active {
	text-decoration: underline overline;
	color: #660000;
}

.image {
	border: 0px;
}

.tablehead {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a.tablehead:link, a.tablehead:visited, a.tablehead:hover {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	/*margin-left: 105px;*/
}

#footer a:link,a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: overline;
	color: #000000;
	background-color: #FFFFFF;
}

INPUT
{
	border: 1px solid #660000;
	margin-top: 5px;
	font-size: 10px;
}

TEXTAREA
{
	border: 1px solid #660000;
	font-size: 12px;
}

SELECT
{
	border: 2px solid #660000;
	font-size: 12px;
}
.button {
	border: 2px outset #660000;
	cursor: hand;
	background-color: #FFFFFF;
}
.formtext {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: -15px;
}
ul {
 	/*margin: 0;
	padding: 0;*/
 	margin-top: 0px;
	padding-top: 0px;
}
li {
 	margin-top: 0px;
	padding-top: 0px;
}