/* GENERAL PAGE CONTENT */

.typography {
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif, hevetica;
	font-size: 12px;
	text-align: left;
}

em, EM { font-style: italic; }
.typography em { font-style: italic; }
.typography p em { font-style: italic; }

.typography p {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

.typography h1 {
	color: #f0a248;
	font-size: 24px;
	line-height: 24px;
	font-family: Tahoma, Arial, Verdana, sans-serif, hevetica;
	font-weight: normal;
}

.home h1 {
	color: #f0a248;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif, hevetica;
}

.typography h2 {
	color: #32acd7;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}

.typography h3 {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.typography a {
	color: #71cef5;
	text-decoration: underline;
}

.typography a:visited {
	color: #3898c0;
	text-decoration: underline;
}

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

.typography ul, .typography ol {
	margin-left: 25px;
}

.typography ul li, .typography ol li {
	padding: 2px 0px 2px 0px; 
}


.home ul li, .home p {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}






.breadcrumbs {
	color: #838e84;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 25px;
}

.breadcrumbs a {
	color: #648d67;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #f0a248;
	text-decoration: underline;
}





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




