@CHARSET "UTF-8";
/*****************************
 * CMS Content
 *
 */
/* Only Affects Editor */
mceContentBody {
	margin: 10px;
	font-size: 75%;
}
#main-content  h2 {
	font-family: "Battersea Bold", Arial, sans-serif; font-weight:bold; font-style:normal;
}
#main-content .content  h2,#main-content .content  h4 {
	font-family:"MundoSansBld", Arial, sans-serif;
}
/*
#main-content h2,#main-content h3,#main-content h4,#main-content h5,#main-content h6 {
	font-family: "Battersea Bold", Arial, sans-serif; font-weight:bold; font-style:normal;
}
*/

/* General formatting */
.content {
	color: #333;
	line-height: 150%;
	font-family:"MundoSansStd", Arial, sans-serif;
}

.content em,.content i {
	font-style: italic;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
	font-weight: bold;
	font-family:"MundoSansBld", Arial, sans-serif;
	clear: both;
	color: #333;
	margin: 0 0 1.2em 0;
}

.content h1,.content h2,.content h3,.content h4,.content h5 {
	clear: none;

	font-weight:bold;
	font-style:normal;
}

.content h2 {
	margin: 1.25em 0 0.5em;
	font-size: 1.6em;
	line-height: 1.8em;
}

.content h3 {
	margin: 1.25em 0 0.5em;
	font-size: 1.5em;
	line-height: 1.6em;
}

.content h4 {
	margin: 1.25em 0 0.5em;
	font-size: 1.333em;
}

.content h5 {
	margin: 0.8333em 0 0.3em;
	font-size: 1.167em;
}

.content h6 {
	margin: 0.8333em 0 0.3em;
	font-size: 1em;
}

.content p,.cms p {
	margin-bottom: 0.417em;
	font-size: 13px;
	line-height: 1.5em;
}
/*
.content a {
	color: #A90909;
}*/

.cms p.date {

}

.content p.quote {
	color: #333;
	margin: 5px 15px;
	font-weight: bold;
}

.content ul, .content ol {
	margin: 5px 0px 5px 10px;
	padding-left: 15px;
	list-style-position: inside;
}

.content ul {
	list-style-type: square;

}

.content ol {
	list-style-type: lower-roman;
}

.content li {
	margin: 2px 0;
}

.content a, .content a:visited {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-family:"MundoSansBld", Arial, sans-serif;
    text-decoration: underline;
}



/* Tables */
td {
	vertical-align: top;
}

/* Images */

ul#cmsImages {
	margin: 0px 0px 10px 0px;
	padding: 0;
	clear: both;
}

#cmsImages li a.fancyBox {
	display: block;
	padding: 0;
}

#cmsImages li {
	float: left;
	padding: 0;
	margin: 6px 10px 0 0;
	list-style: none;
}

#cmsImages li img {
	padding: 0;
	margin: 0;
	border: none;
}

.content li a {
	font-size: 13px;
}

.content li P {
	margin-bottom: 0px;
}