
#catalogueHomePageContainer {
	color:#ffffff;
	background-color:#0B357F;
	margin:0px;
	padding:0;
}


#catalogueHomePageBody {
	background-color:#0B357F;
	margin:5px 5px 0 5px;
	padding:5px 5px 5px 5px;
}

#catalogueHomePageHeader {
	padding: 15px 20px;
	border-top:none;
	border-bottom:3px solid #F6B51B;
}

#catalogueHomePageHeader h1 {
	color:#F6B51B;
	font-size:14px;
	font-weight:bold;
	margin:0 0 6px;
}

.ThumbDiv {
	float:left;
	padding:5px 8px 10px 8px;
	border-width:0px;
	width:104px;
	height:auto;
}

.Thumb {
	border-color:#ffffff;
	border-style:plain;
	border-width:2px;
}

.catalogueHomePageSpanner {
	clear:both;
	background-color:#0B357F;
}

.ThumbName {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	margin:5px 0 0 2px;
}

.ThumbName:hover {
	text-decoration: underline;
}

.ThumbCode {
	font-size:10px;
	text-align:center;
	color:#ffffff;
	font-weight: normal;
	margin: 0;
}

.ThumbDiv p {
	font-size:10px;
	text-align:center;
	color:#ffffff;
	font-weight: normal;	
}

a.catalogueHomePageDetailsLink {
	color:#ffffff;
	text-decoration:none;
}

a.catalogueHomePageDetailsLink:hover {
	color:#ffffff;
	text-decoration:underline;
}

.jTip:hover {
	text-decoration:underline;
}

.catalogueHomePageTipClass {
	font-size:10px;
}