/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial,Verdana,sans-serif;
	font-size: 12px;
    color: #707070;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	background-color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#707070;
	font-size:12px;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
    font-family: Georgia,Times New Roman,serif;
	margin-bottom:14px;
	color:#1A438E;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
    font-weight: bold;
	color:#707070;
    text-decoration:none;
}
	.typography a:hover, .typography a:active {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size: 11px;
}
	.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;
}

.footerNav, .footerNav  a {
    font-size: 10px;
    color: #FFFFFF;
    line-height: 35px;
}

.footerNav .copyright {
    font-size: 11px;
    font-weight: bold;
    
    color: #FFFFFF;
}

.footer .bottomText {
    font-size: 12px;
    font-weight: bold;
    color: #707070;
    
    text-align: center;
}

.character .title,.heading-green-small {
    color: #608E29 !important;
    
    font-size: 13px;
    font-weight: bold;
    
    padding-bottom: 8px;
}

.heading-green, .heading-green a {
    color: #608E29 !important;
    
    font-family: Georgia,Times New Roman,serif;
    font-size: 18px;
    font-weight: bold;
}

.heading-green a:hover, .heading-green a:active, .linkBox a:active, .linkBox a:hover, .rrfbBox a:active, .rrfbBox a:hover {
    text-decoration: none !important;
}

.linkBox a, .rrfbBox a {
    font-weight: normal !important;
    display: block;
}

.heading-blue {
    color: #1A438E;
    
    font-family: Georgia,Times New Roman,serif;
    font-size: 18px;
    font-weight: bold;
}

.linkBox, .rrfbBox {
    text-align: center;
}

.typography h1 a,
.typography h2 a,
.typography h3 a,
.typography h4 a {
    font-family: Georgia,Times New Roman,serif;
	margin-bottom:14px;
	color:#1A438E;
    font-size:1em;
}

.typography h2 a,
.typography h3 a {
    font-weight:normal;
}

.typography h4 a {
    font-weight:bold;
}

.newsEntry h2 a {
    font-family:Arial,Verdana,sans-serif;
	font-size: 16px;
    font-weight: bold;
	color:#707070;
}

.confirmed {
    color: #204A05;
    font-style: italic;
    font-weight: bold;
}

.error {
    color: #8E2929;
    font-style: italic;
    font-weight: bold;
}

.typography b {
    font-weight: bold;
}

.typography i {
    font-style: italic;
}