/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	line-height:17px;
	font-size:14px;
    color:#000;
	padding: 0;
	margin: 0;
	list-style:none;
}

.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li {
	color:#000;
}
.typography a {
	color:#e51f20;
}
.typography p {

}
.typoBlack * {
	color:#fff;
}
.typoBlack p,
.typoBlack ul li,
.typoBlack ol li,
.typoBlack a {
	color:#fff;
}

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

/* HEADER STYLES */

.typography h1 {
	line-height:19px;
	font-size:16px;
	font-weight:bold;
    margin:4px 0;
}
.typography h2 {
	line-height:19px;
	font-size:16px;
	font-weight:normal;
    margin:4px 0;
}
.typography h3 {
    margin:4px 0;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
}
.typography h4 {
    margin:4px 0;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
}
.typography h5 {
    margin:4px 0;
	line-height:17px;
	font-size:12px;
	font-weight:bold;
}
.typography #content_splitted .content_right * {
	line-height:15px;
	font-size:12px;
}
.typography #content_splitted .content_right img {
    margin:0;
    padding:0;
}
.typography #content_splitted .content_right h1,
.typography #content_splitted .content_right h2,
.typography #content_splitted .content_right h3,
.typography #content_splitted .content_right h4,
.typography #content_splitted .content_right h5 {
    margin:4px 0;
	line-height:19px;
	font-size:16px;
	font-weight:bold;
    color:#e51f20;
    border-bottom:1px solid #e51f20;
    font-style: italic;
}

/* LINK STYLES */
.typography a {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    color:#e51f20;
}
	
	
.typography table {
	font-size:14px;
}
	.typography table tr td {
		padding:0;
        vertical-align:top;
	}

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

.typography ul#SearchResults {
	margin-left:0;
	margin-bottom:20px;
}
.typography ul#SearchResults li {
    list-style-type:none;
	line-height:17px;
	font-size:12px;
    margin: 0 0 5px 0;

}
a.searchResultHeader {
    color:#e51f20;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
}