

h1, h3, h4 {
	color: #8ACC1C;
}



.networkingRecordTable {
	font-size: 0.95em;
	width: 100%;
}
	.networkingRecordTable a,
	.networkingRecordTable a:visited {
		font-weight: normal;
		text-decoration: none;
		color: #333;
	}
	.networkingRecordTable a:hover {
		text-decoration: underline;
	}
			.networkingRecordTable .next a {
				background: url(/site/images/networking/networking_arrow.gif) 1px 0 no-repeat;
			}

.networkingRecordHeader {
	background: url(/site/images/networking/box_header.gif) top left repeat-x #8ACC1B;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
	.networkingRecordHeader.first {
		background: url(/site/images/networking/box_header_left_right.gif) top left no-repeat #8ACC1B;
	}
	.networkingRecordHeader.last {
		background: url(/site/images/networking/box_header_left_right.gif) top right no-repeat #8ACC1B;
	}
	.networkingRecordHeader a,
	.networkingRecordHeader a:visited {
		color: #FFF;
		font-weight: bold;
	}

.networkingRecordRow {
	padding: 5px;
	background: #F3F4EB
}
	.networkingRecordRow.first2 {
		border-left: 1px solid #8ACC1C;
	}
	.networkingRecordRow.last2 {
		border-right: 1px solid #8ACC1C;
	}
	.networkingRecordRow.title a,
	.networkingRecordRow.title a:visited {
		font-weight: bold;
	}
	
	
.networkingRecordFooter {
	background: url(/site/images/networking/box_footer.gif) bottom left repeat-x;
	height: 8px;
}
	.networkingRecordFooter.first1 {
		background: url(/site/images/networking/box_footer_left_right.gif) bottom left no-repeat;
	}
	.networkingRecordFooter.last1 {
		background: url(/site/images/networking/box_footer_left_right.gif) bottom right no-repeat;
	}