@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFE7AE;
}
a:link {
	font-weight: bold;
	color: #660000;
}
a:visited {
	color: #000000;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}
a:active {
}
.tblmain {
	border-style: hidden;
	border-width: 0px;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	width:		800px;
}
.tblbgtop {
	background-image: url(../images/corners-top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.tblbgmiddle {
	background-image: url(../images/borders-body.gif);
	background-repeat: repeat-y;
	background-position:center;
	padding-left:10px;
	padding-right:10px;
}
.tblbgbottom {
	background-image: url(../images/corners-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 78px;
}
.tdpgtitle {
	width: 100%;
	height: 100px;
	text-align: center;
}

.menubar {
	background-image: url(../images/borders-body.gif);
	background-repeat: repeat-y;
}
