body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
.table_main {
	background-color: #006732;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
}
.header {
	background-image: url(images/header.jpg);
	height: 103px;
	width: 750px;
	cursor: pointer;
}
.leftcolumn {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}
.maincolumn {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.minitablebg {
	background-image: url(images/mintablebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 750px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
