/* STYLES SHARED WITH ALL.CSS
 * everything except color defined in all.css
 */
a:active { color:#3B90E6; } 

a:link,
a:visited,
.catList,
.header,
.crumb:link,
.crumb:visited,
.noticeClientData,
.imenu:link,
.imenu:visited,
.imenu:hover,
.imenu:active,
.newsTitle,
.allTitles { color: #0066FF; }

.crumb:hover { color:#3B90E6; }

.noticeClientHeader,
.isleColor { background-color: #0066FF; }


/* THIS ISLANDS COLORS
 */
.drop {
	font-size: 9px;
}
.headersm {
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-transform: none;
}

/* ADD LISTING INDEX PAGE COLORS */
.listHead
{
	color: #0066FF;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.listText
{
	color: #333;
	font-size: 11px;
	font-weight: 600;
}
.listAmt
{
	color: #333;
	font-size: 34px;
	font-weight: 600;
	line-height: -8px;
}
.listDesc
{
	color: red;
	font-size: 12px;
	font-weight: 600;
}
.listPitch
{
	color: #333;
	font-size: 11px;
	font-weight: 300;
}
.listSpecial
{
	color: #C00;
	font-size: 10px;
	font-weight: 300;
	vertical-align: top;
}
