body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/pgbg.jpg);
	background-repeat: repeat-x;
	background-color: #000066;
	margin: 0px;
	padding: 0px;
}
.tabletop {
	text-align: center;
	vertical-align: bottom;
}
.titlebar {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 20px;
	height: 30px;
	width: 730px;
	background-image: url(images/tabletitlebar.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebody {
	font-size: 12px;
	background-image: url(images/tablebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	vertical-align: top;
	padding: 5px 20px;
	width: 730px;
}
.tablebottom {
	font-size: 11px;
	background-image: url(images/tablebtm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 730px;
	padding-right: 20px;
	padding-left: 20px;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:focus {
	color: #333333;
	text-decoration: underline;
}
