/*  Subpage/CMS article styles */

.leftblockcontent p, .leftblockcontent .ocText {
	font-size: 11px;
	margin-bottom: 10px;
	margin-bottom: 10px;
}
td,th {

}

.leftblockcontent ul {
margin: 8px 0px 8px 0px;
}

.leftblockcontent li {
	padding-left: 14px;
	font-size: 11px;
	list-style-type: none;
	background-image: url(/images/bullet_arrow.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

/* Limited ActiveEdit Styles */
/* article header */
.aHeader {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
	
/* paragraph header */
.pHeader {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}


/* bold */
.bold {
	font-weight: bold;
	color: #003366;
	}

/* italic */
.italic {
	font-size : 11px;
	font-style: italic;
}	

	a .italic {
		text-decoration:  underline;
	}
	
	a i {
		text-decoration:  underline;
	}

	a em {
		text-decoration:  underline;
	}
	
/* normal article text*/
.nText {

}

/* Indent Block	*/
.blockIndent {
	display: block; 
	margin-left: 40px; 
	margin-right: 40px;
}
