.capitalize {
	text-transform: capitalize;
}
.center {
display: block;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
.left {
float:left;
margin-top: 1px;
margin-right:10px;
margin-bottom:5px;
}
.right {
float:right;
margin-top: 1px;
margin-left:10px;
margin-bottom:5px;
}
.centerWithBorder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 10px;
}
.leftWithBorder {
 float: left;
 margin-top: 1px;
 margin-right: 10px;
 margin-bottom: 5px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}
.rightWithBorder {
 float: right;
 margin-top: 1px;
 margin-left: 10px;
 margin-bottom: 5px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
}
.clear {
	clear: both;
}
.featureBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#E6E6E6;
}
.featureBoxSidebar1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#E6E6E6;
	margin-bottom: 10px;
	width: 100%;
}
.featureBoxSidebar2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color:#E6E6E6;
	margin-bottom: 10px;
	width: 100%;
}
.featureBox * td {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.featureBoxSidebar1 * td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.featureBoxSidebar2 * td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.featureHeader, .featureBox * h1 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	margin-bottom: 4px;
}
.featureSubHeader, .featureBox * h2 { 
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	margin-bottom: 2px;
}
.featureText, .featureBox * p {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 8px;
}
.featureBox * ul  {
	margin-bottom: 8px;
}
.featureBox * ul li {
	font-size: 10px;
	line-height: normal;
}
.featureBox * ol {
	margin-bottom: 8px;
}
.featureBox * ol li {
	font-size: 10px;
	line-height: normal;
}
.featureSidebar1Header, .featureBoxSidebar1 * h1 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	margin-bottom: 4px;
}
.featureSidebar1SubHeader, .featureBoxSidebar1 * h2 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#000000;
	margin-bottom: 2px;
}
.featureSidebar1Text, .featureBoxSidebar1 * p {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ul {
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ul li {
	font-size: 10px;
	line-height: normal;
}
.featureBoxSidebar1 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar1 * ol li {
	font-size: 10px;
	line-height: normal;
}
.featureSidebar2Header, .featureBoxSidebar2 * h1 {
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;		
	color:#000000;
	margin-bottom: 4px;
}
.featureSidebar2SubHeader, .featureBoxSidebar2 * h2 {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;	
	color:#000000;
	margin-bottom: 2px;
}
.featureSidebar2Text, .featureBoxSidebar2 * p {
	font-size: 10px;
	line-height: normal;
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ul {
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ul li {
	font-size: 10px;
	line-height: normal;
}
.featureBoxSidebar2 * ol {
	margin-bottom: 8px;
}
.featureBoxSidebar2 * ol li {
	font-size: 10px;
	line-height: normal;
}
.fontRed {
	color: #000000;
}
.fontYellow {
	color: #000000;
}
.fontBlue {
	color: #000000;
}
.fontGreen {
	color: #61aa55;
}
.fontOrange {
	color: #000000;
}
.fontPurple {
	color: #3A296B;
}
.fontBrown {
	color: #000000;
}
.fontGray {
	color: #666666;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBlack {
	color: #000000;
}
.fontSmall {
font-size:10px;
line-height:normal;
}
.leadText {
font-size:13px;
line-height:normal;
}
.uppercase {
	text-transform: uppercase;
}
.leftMargin {
margin-left:25px;
}