<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background: url(images/bg.gif) repeat-x #313131;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.content {
	background: url(images/contentBg.gif) repeat-x #f0f0f0;
}

#links {
	margin: 0px;
	margin-top: 10px;
	width: 180px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	padding-right: 10px;
}
#links ul{ list-style-type: none; padding: 0; margin: 0;}
#links li{ list-style-type: none;	background-repeat: no-repeat;	background-position: 0 .4em;	padding-left: .6em;	padding-top: 3px; padding-bottom: 3px; 	background: url(images/linkHr.gif) repeat-x; height: 24px;}
#links a{ color: #073a56; text-decoration: none; font-size: 13px; }
#links a:visited{ color: #073a56; text-decoration: none; font-size: 13px;}
#links a:active{ color: #073a56; text-decoration: none; font-size: 13px;}
#links a:hover{color: #073a56; text-decoration: none;  font-size: 13px; font-weight: bold; }



h1 {
	background: url(images/h1.gif) no-repeat;;
	padding: 0px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	margin: 0px;

}

h2 {
	background: url(images/h2.gif) no-repeat;;
	padding: 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0px;

}
#footer {
	font-size: 11px;
	color: #14430e;
	margin: 0px;
	margin-left: 80px;
	width: 280px;
	text-align: center;
	padding: 1px;
	font-weight: bold;
}
#footer a{ color: #14430e; text-decoration: none; }
#footer a:visited{ color: #14430e; text-decoration: none;}
#footer a:active{ color: #14430e; text-decoration: none; }
#footer a:hover{color: #ffffff; text-decoration: none; }


#credit {
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	margin-left: 120px;
	width: 200px;
	text-align: center;
	padding: 1px;
}
#credit a{ color: #ffffff; text-decoration: none; }
#credit a:visited{ color: #ffffff; text-decoration: none;}
#credit a:active{ color: #ffffff; text-decoration: none; }
#credit a:hover{color: #14430e; text-decoration: none; }

.whiteText { color: #ffffff; }


-->