@charset "utf-8";
.wirelinebgLine {
	background-image: url(images/WirelinebgLine.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.wirelinebg {
	background-image: url(images/Wirelinebg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 306px;
}
.leftLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftLinks a {
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftLinks a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
.Header_Black  {
	color: #000000;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
.borderRound {
	border: 1px solid #333333;
	width: 800px;
	text-align: left;
}
.pageContent {
	margin: 0px;
	padding: 20px;
}

.banner_back {
	background-image: url(images/wirelineBanner_back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 104px;
}
