#content h1 {
	font-size: 30px;
	font-weight: 600;
	color: #1A1A1A;
	font-family: 'Myriad Pro', 'Myriad Set', 'Lucida Grande', Verdana, Arial;
	margin-bottom: 14px;
	margin-left: -1px;
	margin-top: 14px;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: 'Lucida Grande', Arial;
	line-height: 22px;
}

#content p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	font-family: 'Lucida Grande', Arial;
}

.contentitem {
	margin-bottom: -12px;
}

#content div.pageintro h1 {
	font-size: 30px;
	font-weight: 600;
	color: #1A1A1A;
	font-family: 'Myriad Pro', 'Myriad Set', 'Lucida Grande', Verdana, Arial;
	margin-bottom: 14px;
	margin-left: -1px;
}

#content div.pageintro p {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 20px;
	font-family: 'Lucida Grande', Arial;
}

.simple_headline {
	color: #323232;
	line-height: 24px;
	font-family: 'Lucida Grande', Arial;
	font-weight: bold;
}

#content ul li, ul.bullet li {
   background-image: url();
   background-repeat: no-repeat;
   background-position: 0 .4em;
   list-style-type: disc;
   list-style-position: outside;
   margin-top: 0px;
   padding-left: 10px;
}

#content ul.dark li {
   background-image: url(/cms_components/media/listbullet6px_dark.gif);
   background-repeat: no-repeat;
   background-position: 0 .4em;
   list-style-type: disc;
   list-style-position: outside;
   margin-top: 0px;
   padding-left: 10px;
}