
.typography hr {
	padding:5px;
}



/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
.typography ul li,
.typography ol li {
margin:4px 10px;
line-height:1.4em;
}
.typography ul li {
 list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}




/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img {
	margin: 6px;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}


/* GENERIC FORM STYLING */
.typography form {
	width:450px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;	
}
.typography form fieldset {
	border:0;
	padding:12px;
}
.typography .message {
	color:red;
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
.typography span.message {
	width: 300px;
}
.typography form div {
	margin-top:10px;
	width:100%;
}
.typography form label {
	font-size:1.1em;
	color:#333;
}
.typography form label.left {
	float:left;
	width:12em;
}
.typography form label.FormHeading {
	font-size:1.3em;
	color:#ff7200;
	font-weight:bold;
}
.typography form input.text,
.typography form textarea,
.typography form select {
	width:250px;
	color:#000;
	background:#f8f8f8;
	border:1px solid #aaa;
	padding:3px;
}

.typography form input.numeric {
	width:20px;
	background:#f0f0f0;
	border:1px solid #aaa;
	padding:3px;
	color:#000;
	margin-right:4px;
}
.typography form input.year {
	width:35px;
}
.typography form p.Actions {
	text-align:right;
	padding:0 22px 15px 0;
}
.typography form p.Actions input {
	padding:2px;
	height: 25px;
}


.typography strong {
        font-weight: 900;
}