body {
	background-color: #262624;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/bkgrnd.jpg);
	background-repeat:repeat-x
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
/*-----links-----*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	color: #295EAB;
}
a:hover {
	color: #31312F;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
}
.textlead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.subhead {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 16px;
}
.vertline {
	background-image: url(images/vert_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}