/* News Articles Custom Styles */

.CatalogueTable {
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}
.CatViewContent table.CatalogueTable td {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	padding: 3px ;
}
.CatViewContent table.CatalogueTable td td {
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
	padding: 2px;
}
.CatViewContent table tr.CatTitle td {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #17365d;
	font-size: 16px;
	padding: 5px;
	vertical-align: middle;
}
.CatViewContent table.CatalogueTable td p {
	padding: 0px;
	margin: 0px;
}
.CatViewContent table tr.CatSubTitle td {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #17365d;
	vertical-align: middle;
}
td.CatSubTitle {
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #17365d;
	vertical-align: middle;
}
.CatSpanTitle {
	text-align: center;
	color: #ffffff;
	background-color: #17365d;
	vertical-align: middle;
	padding: 4px;
	font-size: 120%;
}
.ListingWrapper {
		height: 200px;
		width: 100%;
		margin: 5px 0 2px 0;
        font-size: 12px;
		border: 1px solid #d6d6d6;
        background-color: #f9f9f9;
        color: #6e6e6e;
	}
	.ListingTitle h2{
		color: #ffffff;
		display: block;
		margin: 2px 2px 2px 5px;
		/*font-size: 16px;*/
		
	}
	.ListingTitle h2 a, .ListingTitle h2 a:active, .ListingTitle h2 a:visited, .ListingTitle h2 a:link{
		color: #ffffff;
		font-weight: bold;
		padding: 2px;
		text-decoration:none;
	}
	 .ListingTitle h2 a:hover{
		color: #ffffff;
		font-weight: bold;
		padding: 2px;
		text-decoration:underline;
	}
	.ListingTitle {
		height: 37px;
		background-color: #093762;
		border-bottom: 1px solid #d6d6d6;
	}
	.ListingPic {
		padding: 5px;
		text-align: center;
		border-right: 1px solid #d6d6d6;
		width: 250px;
		height: 190px;
	}
	.ListingPic img{
		padding: 1px ;
		border: 1px dotted #d6d6d6;
	}
	.ListingInfo{
		padding: 15px 5px 5px 5px;
		vertical-align: top;
height:153px;
	}
	h1.CatListCategory a:link, h1.CatListCategory a:active, h1.CatListCategory a:visited, h1.CatListCategory a:hover {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #d3b96b;
		line-height: 10pt;
	}
	h1.CatListTitle a:link, h1.CatListTitle a:active, h1.CatListTitle a:visited, h1.CatListTitle a:hover {
		font-family: Arial;
		font-size: 11pt;
		font-weight: bold;
		color: #624C0A;
		line-height: 10pt;
	}