body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(img/page_bg.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}
.concrete {
	background-color: #999999;
	background-image: url(img/concrete.jpg);
	background-repeat: repeat-x;
}
.bottom {
	background-image: url(img/bottom_bg.gif);
	background-repeat: repeat-x;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
	margin: 0px;
	padding: 10px;
}
.contentable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 15px;
	padding: 0px 10px 10px 0px;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #464646;
}
.elevenpt {
	font-size: 11px;
	line-height: 16px;
	padding-right: 10px;
}
.leftline {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.noimgrepeat {
	background-repeat: no-repeat;
}
.hidethis {
	visibility: hidden;
	position: static;
	left: 1px;
	top: 1px;
	width: 1;
	height: 1;
}
