body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #25170C;
	background-position: center;
}
.tablhs {
	background-image: url(images/tablhs.png);
	background-repeat: repeat-y;
}
.tabrhs {
	background-image: url(images/tabrhs.png);
	background-repeat: repeat-y;
}
.tabbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.container {
	position:relative;
	float:left; /* optional */
	padding-left:0px;
	padding-right:0px;
}

.container .text {
	position:absolute;
	top:0px; /* in conjunction with left property, decides the text position */
	left:40px;
	width:100px; /* optional, though better have one */
	height:121px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 17px;
	padding-left:5px;
	background-image: url(images/nav.png);
	color:#FFFFFF
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #fa7001;
	text-decoration: none;
}
a:visited {
	color: #fa7001;
	text-decoration: none;
}
a:hover {
	color: #25170c;
	text-decoration: none;
}
a.topnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #25170c;
	text-decoration: none;
}
a.basenav:link {
	color: #4786c0;
	text-decoration: none;
	font-size: 10px;
}
a.basenav:visited {
	color: #4786c0;
	text-decoration: none;
	font-size: 10px;
}
a.basenav:hover {
	color: #fdc35d;
	text-decoration: none;
	font-size: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fa7001;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #25170c;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #25170c;
}
