@charset "UTF-8";
.mainTable {
	background-image: url(../images/equipment/body_bg.jpg);
	background-repeat: repeat-y;
}
body {
	background-image:url(../images/equipment/page_bg.jpg);
	background-repeat: repeat;
}
.subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #008b55;
	height: 23px;
}
.topNavigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 18px;
    padding-right: 18px;
}
A.topNavigation:link {
	color: #FFFFFF;
	text-decoration:none;
}
A.topNavigation:visited {
	color: #FFFFFF;
	text-decoration:none;
}
A.topNavigation:active {
	color: #000000;
	text-decoration:none;
}
A.topNavigation:hover {
	color: #000000;
	text-decoration:none;
}
.bodyBG {
	background-image: url(../images/equipment/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
	line-height: 30px;
}
.pageCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	line-height: 20px;
}
A.pageCopy:link {
	color: #003300;
	text-decoration:underline;
}
A.pageCopy:visited {
	color: #003300;
	text-decoration:underline;
}
A.pageCopy:active {
	color: #008b55;
	text-decoration:underline;
}
A.pageCopy:hover {
	color: #008b55;
	text-decoration:underline;
}


.pageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
A.pageLinks:link {
	color: #003300;
	text-decoration:none;
}
A.pageLinks:visited {
	color: #003300;
	text-decoration:none;
}
A.pageLinks:active {
	color: #008b55;
	text-decoration:underline;
}
A.pageLinks:hover {
	color: #008b55;
	text-decoration:underline;
}
