.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B2B5;
	font-weight: bold;
	padding: 5px;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B2B5;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FABB36;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1B2B5;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
.topShade {
	background-image: url(../images/gray_box/Top.gif);
	background-repeat: repeat-x;
}
.btmShade {

	background-image: url(../images/gray_box/Bottom.gif);
	background-repeat: repeat-x;
}
.rtShade {


	background-image: url(../images/gray_box/RtSide.gif);
	background-repeat: repeat-y;
}
.ltShade {



	background-image: url(../images/gray_box/LtSide.gif);
	background-repeat: repeat-y;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}
.headlines {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
