/* 
CSS Document
Styles defined in global.css may be adjusted/appended in this document. 
Do not create styles that effect the layout consistency of the overall site design.
*/



.areaBorderCell {}
.areaVertNav {
	background-repeat: no-repeat;
	background-position: bottom;
}

.featureMore {
	font-weight: bold;
	color: #0066CC;
	background-image: url(/images/ico_arrow1.gif);
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
	display: inline;
	padding-right: 15px;
}

/*
h1 {
	color: #B12B46;
}
h2 {
	color: #666666;
}
h3 {
	color: #333333;
}
h4 {
	color: #B12B46;
}

.sectionHead1 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	padding: 2px 2px 2px 4px;
	background: #B12B46;
	margin-bottom:5px;
}
.sectionHead2 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	display: block;
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #D55E5E;
}
.sectionHead3 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	display: block;
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #efefef;
}
*/


a.rtColLink:Link, a.rtColLink:Visited {
	color: #333333;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	background: url(../../../images/bul_arrow_off.gif) no-repeat left 4px;
	display: block;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}
a.rtColLink:Hover, a.rtColLink:Active {	
	color: #B12B46;
	background: url(../../../images/bul_arrowRed_on.gif) no-repeat left 4px;
	text-decoration: underline;
}
