body {
	background-attachment: scroll;
	background-color: #566F86;
	background-image: url(../images/frame/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.rightside {
	background: #566F86 no-repeat url(../images/frame/shadow_right.gif);
}
.leftside {
	background: #566F86 no-repeat url(../images/frame/shadow_left.gif);
}
.headertxt {
	color: white;
	font: 14pt Verdana, Helvetica;
}
.blueheadertxt {
	color: #8992A4;
	font: 13pt Verdana, Helvetica;
}
.blackheadertxt {
	color: #000000;
	font: 10pt Verdana, Helvetica;
}
.normaldarktxt {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #505050;
}

.normallighttxt {
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
} 
.smalllighttxt {
	color: #ffffff;
	font: 10px Arial, Helvetica, sans-serif;
}


/* LINKS */


a.navlinks {
font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #8B8B84; 
	text-decoration: none;
}
a.navlinks:visited {
font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #8B8B84; 
	text-decoration: none;
}
a.navlinks:hover {
font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #185EA5; 
	text-decoration: none;
}
a.navlinks:active {
font-family: Arial, Helvetica, sans-serif; font-size: 7pt; color: #8B8B84; 
	text-decoration: none;
}