#pageloading {
position: absolute;
margin-top: 250px;
text-align: center;
}
* {
	padding: 0;
	margin: 0;
}

body {
	color: white;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

table a, table, tbody, tfoot, tr, td, table caption {
	font-family: Verdana, arial, helvetica, sans-serif;
	background-image: url(table-bg.bmp);
	color:#fff;
	text-align:left;
	font-size:12px;
	margin: 0 auto;
}
table, table caption {
	border-left:3px solid #567;
	border-right:3px solid #567;
}
table {
	border-top:1px solid #567;
	border-bottom:3px solid #567;
}tbody td a:link{
	font-size: 12px;
	color:orange;
	font-weight: bold;
	text-decoration: none;
}

tbody td a:hover{
	font-size: 12px;
	color:orange;
	font-weight: bold;
	text-decoration: underline;
}

tbody td a:visited{
	font-size: 12px;
	color:orange;
	font-weight: bold;
}
table caption {
	border-top:3px solid #567;
	border-bottom:1px solid #567;
	font-size:20px;
	font-weight:bold;
}

tbody td, tbody th, tbody tr.odd th, tbody tr.odd td {
	border:1px solid;
	border-color:#567;
}
td, th, table caption {
	padding:3.5px;
	vertical-align:top;
}
tfoot td, tfoot th, thead th {
	border:1px solid;
	border-color:#000 #567 #567 #000;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
}
.main {
background: url(mainNavBG.gif);
height:55px;
padding-top:15px;
font-size:18px;
font-weight:bold;
}
.additional {
background: url(mainNavBG.gif);
padding-top:12px;
font-weight:bold;
}
li
{
list-style:none;
}
