.bodytext {
	font-family: verdana;
	font-size: 11px;
	color: #004d77;
	text-align:justify;
	text-decoration:none;	
	
}
.headers {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: d90202;
}

.backlink {
	font-family: Arial;
	font-size: 11px;
	color: d90202;
}

.tableheader {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: 002c6b;
}

.tabledata {
	font-family: Arial;
	font-size: 11px;
	color: 002c6b;
}
.links {
	font-family: Arial;
	font-size: 12px;
	color: e36004;
	
}

.otherlinks {
	font-family: verdana;
	font-size: 10px;
	color: #808080;
	text-decoration:none;
}

/*------Slider------------*/
#slider {
	width: 206px; /* important to be same as image width */
	height: 40px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 206px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 11px/1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	width: 206px;
	background-color: #efefef;
	color: #004d77;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}
/*------End Slider------------*/
