/* CSS Document */

div.CatalogLayer {
	width:900px;
	z-index:1;
	padding-top:20px;
}
.catalog {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-align: left;
	text-indent: 15px;
}
.catalog:hover {
	color:#FF0000;
}

.catLabel{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF9966;
	text-align: center;
}
p.intro{
	font-family: "comic sans ms", arial, 'sans serif';
	font-size: 18px;
	font-style: italic;	
	font-weight:normal;
	color: #000066;
	text-align:left;
	text-indent: 15px;
	width:90%;
	line-height:24px;
	word-spacing:7px;
}