@charset "UTF-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #454342;
	background-image: url(../img/main_background.jpg);
	background-repeat: repeat;
}

body,td,th {
	color: #98988D;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

.subheader {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.address {
	color:#98988D;
	font-family:Times New Roman, Times, serif;
	font-size:12px;
}
.address a:link { 
	text-decoration: none;
	color:#FFFFFF;
}
.address a:visited { 
	text-decoration: none;
	color:#FFFFFF;
}
.address a:hover { 
	text-decoration: underline;
	color:#FFFFFF;
}

.footerNav {
	color:#7D7675;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
}
.footerNav a:link{
	color:#7D7675;
	text-decoration: none;
}
.footerNav a:visited{
	color:#7D7675;
	text-decoration: none;
}
.footerNav a:hover{
	color:#98988D;
	text-decoration: underline;
}
-->