@charset "utf-8";


.link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868C21;
	
}

.link:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #868C21;
	text-align: center;
	
}

.whiteLink{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;

	color: #FFFFFF;
}
.lineAbove {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #630;
}


.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: -3px;
	text-indent: 0px;
	line-height: 20px;
	text-align: left;
}
.options {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818C2D;
}


.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F60;
	background-color: #FFFFFF;
	line-height: 18px;
	padding: 1px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	margin-top: -10px;
	line-height: 18px;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin-top: -10px;
	line-height: 18px;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.textbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #996600;
}

.steelsidebar {
	background-image: url(IMAGES/steel-bg.jpg);
	background-repeat: repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.swagsbg {
	background-attachment: fixed;
	background-image: url(IMAGES/swags-bg.jpg);
	background-repeat: no-repeat;
}

