body {
	font-family: Verdana, sans-serif; 
	font-size: 10pt; 
	background-color: #500000; 
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	color: #000; 
	overflow: hidden;
}
img {
	padding:0px;
	margin:0px;
	border: none;
}
A {
	color: #000;
	text-decoration: none;
}

#VerticalBox {
	position: absolute;
	height: 1px;
	width: 1px;
	top: 50%;
	left: 50%;
}

#ContentBox {
	position: absolute;
	top: -300px;
	left: -380px;
	width: 760px;
	height: 600px;
	background-color: #FFF;
}

#Title {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 555px;
	left: 60px;
}

#Content {
	position: absolute;
	left: 60px;
	top: 55px;
	height: 545px;
	width: 640px;
}
#Content .caption {
	margin-top: 0.5em;
}
#Content TD {
	vertical-align: top;
}
#Content INPUT {
	width: 400px;
	border: solid 1px #000;
}
#Content INPUT.button {
	width: auto;
}
#Content TEXTAREA {
	width: 400px;
	height: 120px;
	border: solid 1px #000;
}
#Content LI {
	margin-bottom: 0.5em;
}


#Navigation UL {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#Navigation LI {
	display: inline;
}
#Menu {
	right: 60px;
	bottom: 555px;
}
#Menu LI {
	margin-left: 0.5ex;
}
#Menu LI A {
	color: #000;
}
#PrevNext A {
/*	display: none; */
	position: absolute;
	width: 80px;
	height: 80px;
	top: 260px;
	background-repeat: no-repeat;
}
#PrevNext SPAN {
	display: none;
}
#Next {
	background-image: url(next.gif);
	left: 721px;
}
#Prev {
	background-image: url(prev.gif);
	left: -41px;
}

