/**
 * This typography file is included in the WYSIWYG editor
 */
img { border:0px; }

.typography * {
	/*font-family:arial, helvetica, sans-serif;*/
	font-family:courier, fixed, monospace;
	font-size:12px;
	line-height:1.2em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}

.typography p {
	margin:0 0 1em 0;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:1em;
}

/* HEADER STYLES */
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-weight:bold;
	margin:0;
	padding:0;
}

/* LINK STYLES */
.typography a {
    color:#ff4673;
    font-size:1em;
    text-decoration:none;
}

.typography a[href $='.pdf'], .typography .pointer {
	padding-left:13px;
	background:url('../images/arrow_pink_right.png') no-repeat center left;	
}


.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}


/* 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;
}

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

.mceEditorIframe, .mceEditor table, .mceEditor td, .mceEditor tr {
    padding:0 !important;
    margin:0 !important;
    background-color:#fff !important;
}

address, h5 {
    color:#fff;
    font-style:normal;
    background:url('../images/arrow_white_right.gif') no-repeat 3px 2px;
    background-color:#fd4671;
    line-height:1.4em !important;
    margin:0;
    padding:2px 10px 3px 25px;
    display:inline;
    font-size:12px;
}

h5 {
	background-image:none;
	font-weight:normal;
}

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