body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #630E16;
}
.pietext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #630E16;
	font-weight: bolder;
}
.boxborder {
	border: 2px solid #000;
}



#content {
	min-height:800px;
    height:auto !important;
    height:800px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#blackborderbox {
	width: 800px;
	height:4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8f0404;
}


#linkbox {
	width: 800px;
	height:18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8f0404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#linkbox a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#linkbox a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#linkbox a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#linkbox a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#rightbox {
	padding-top: 5px;
	width: 419px;
	float: right;
	color: #FFFFFF;
}

#leftbox {
	width: 375px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 3px;
	font-weight: bold;
}
div.clearer {clear: left; line-height: 0; height: 0;}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630E16;
	font-weight: bolder;
}
.imptnotice {
	color: #F00;
}
