@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

body {
	background-image: url(../images/backer.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FF0;
	text-align: center;
}

a img { 
	border:none;
}

.header {
	position: absolute;
	left: 350px;
	top: 0px;
	z-index: -50;
}

.menu {
	position: absolute;
	left: 50px;
	top: 195px;
	z-index: 10;
}

.bdomainlogo {
	position: absolute;
	left: 50px;
	top: 2px;
	z-index: -10;
}

.siteinfo {
	position: absolute;
	top: 1150px;
	width: 700px;
	text-align: center;
	left: 165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}
.infobarleft {
	position: absolute;
	left: 92px;
	top: 353px;
}

