.typography * {
	font-size: 12px;
}

.typography {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;	
}

.typography a {
	color: #c91218;
	text-decoration: none;	
}

.typography a:hover {
	text-decoration: underline;	
}

.typography a.roundLink, .typography a.roundLinkBig {
	background: #4f4f4f;
	color: #ffffff !important;
	border: 1px solid #8e8e8e;
	
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    
    text-decoration: none !important;
    padding: 4px 15px;
    font-size: 13px;
    line-height: 16px;
    white-space: nowrap;
}

.typography a.roundLinkBig {
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    padding: 4px 8px;
}

.typography a.roundLink:hover, .typography a.roundLinkBig:hover {
	background-color: #194984;	
}

.typography p {
	margin-top: 1.5em;	
}

.typography h1, .typography h2, .typography h3 {
	font-weight: normal;
	font-size: 26px;
	color: #343434;	
}

.typography h2 {
	font-size: 22px;
}

.typography h3 {
	font-size: 18px;
	margin: 0 0 8px 0;	
}

.typography ul {
	padding: 0;	
}

.typography ul li {
	margin: 0 0 0 1em;	
	padding: 0;
}

.typography ol {
	padding: 0.5em 0;
	margin: 0;
	list-style-position:inside;
}

	.typography ol li.roundBullet {
		padding: 0 10px 0 6px;
		margin: 0 0 3px 20px;
		color: #fff;
		font-size: 9px;
		font-weight: bold;
		
		background: url(../images/reddot.png) no-repeat 1px 0px;
	}
	
	.typography ol li.roundBullet span {
		color: #4c4c4c;
		font-size: 12px;
		font-weight: normal;
		vertical-align: middle;
		margin-left: 5px;
	}

hr {
	width:100%;
	color:#FFF !important;
	background-color:#FFF !important;
	border:0px solid #d5d5d5;
	border-bottom-width:1px !important;
	height:0px;
	margin: 0;
	clear:both;
	shade:no-shade;
}


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