td {
	margin:0px;
}
.mainDiv {
	background-image:url(/images/mainBGtop.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

#mainTable {
	position:relative;
	margin:0px;
	width:768px;
	text-align:left;
}

.menuBarBG {
	background-image:url(/images/menuBarBG.gif);
	background-repeat:repeat-x;
	height:99px;
	color:#FFFFFF;
}

.menuBar {
	background-color:#000000;
}

.footerBG {
	background-image:url(/images/footerBG.jpg);
	background-repeat:repeat-x;
	height:37px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#FFFFFF;
}

body {
	background-image: url(/images/mainBG.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	width:100%;
	text-align: center;
}
a:link    {
	text-decoration: none;
	color:#993300;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}
a:active  {
	color:#660000
	text-decoration: underline
	font-weight: bold;
}
a:hover   {
	text-decoration: underline;
	color: #660000;
	font-weight: bold;
}
a.footer:link    {
	text-decoration: none;
	font-size:110%;
	color: #FFFFFF;
}
a.footer:visited {
	text-decoration: none;
	font-size:110%;
	color: #FFFFFF;
}
a.footer:active  {
	font-size:110%;
	color:#FFFFFF; 
	text-decoration: underline
}
a.footer:hover   {
	font-size:110%;
	text-decoration: underline;
	color: #FFFFFF;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
.headline-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	padding: 3px;
	text-indent: 3px;
}
.subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
}
.normal {
	padding:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:150%;
	text-align:left;
}
.tabletext {
	padding:4px;
	line-height:100%;
}