@charset "UTF-8";
/* CSS font styles */
p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	color: #808080;
}
#headtextPanel p {
	font-weight: bold;
}
p span {
	color: #000000;
}
#topFooter p span, #bottomFooter p span {
	color: #FFFFFF;
}
#topFooter a:link,
#topFooter a:visited {
	color: #808080;
}
#topFooter a:hover{
	color: #bdc643;
}
label {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #808080;
	float: left;
	clear: left;
}
label span {
	color: #bdc643;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin-top: 0px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #bdc643;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 9px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 7px;
}
h5 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 6px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}
#topFooter h1, #topFooter h2, #topFooter h3, #topFooter h4, #topFooter h5, #topFooter h6 {
	color: #bdc643;
}
#topFooter h3 {
	width: 100%;
	display: block;
	padding-bottom: 10px;
	background-image: url(../images/diverDots.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
