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

.bodyalign {
	text-align:center;
}

.maintablebg {
	background-color:#FCFCFC;
	background-repeat:repeat;
	border:none;
	text-align:left;
	vertical-align:top;
}

.textcontent {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	vertical-align:top;
}
.textcontent a {
	text-decoration:underline;
	color:#000;
}
.textcontent a:link {
	text-decoration:underline;
	color:#000;
}
.textcontent a:visited {
	text-decoration:underline;
	color:#000;
}
.textcontent a:hover {
	text-decoration:underline;
	color:#000;
}
.textcontent a:active {
	text-decoration:underline;
	color:#000;
}


.navbar {
	background-image:url(IMAGES/NAVBAR.jpg);
	background-repeat:repeat;
	background-position:top;
	color:#282828;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
}
.navbar a {
	font-size: 13px;
	color:#282828;
}
.navbar a:link {
	text-decoration: none;
	color:#282828;
}
.navbar a:visited {
	text-decoration: none;
	color:#282828;
}
.navbar a:hover {
	text-decoration: none;
	color:#282828;
}
.navbar a:active {
	text-decoration: none;
	color:#282828;
	font-weight: bold;
}
.bodyalign .maintablebg tr td table tr .textcontent .bodyalign {
	text-align: center;
}
