.typography * {
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	line-height:18px;
}

/* HEADER STYLES */
.typography h1, .typography h2, .typography h2 a {
	margin-bottom:12px;
	font-family:Arial, Verdana;
	font-weight:normal;
	font-size: 28px;
}
.typography h1, .typography h2 {
	color:#2d84b6;
}

.typography h3, .typography h4, .typography h5, .typography h6{margin-bottom:8px; font-family:Arial, Verdana; font-weight:normal; color:#2d84b6;  letter-spacing:-1px}
.typography h1 {font-size:28px; line-height:30px;}
.typography h2 {font-size:22px; line-height:24px;}
.typography h3 {font-size:18px; line-height:20px;}
.typography h4 {font-size:14px; line-height:15px;}
.typography h5, h6 {font-size:13px; line-height:15px;}

/* LINK STYLES */
.typography a, .typography a:visited {color:#df7034; text-decoration:none;}
.typography a:hover, .typography a:focus{color:#df7034; text-decoration:underline;}
.typography a img{border:none}

.typography .imgleft{float:left; margin-right:15px; margin-top:5px;}
.typography .imgborder{padding:0px; margin:5px 0px;}
.typography .imgright{float:right; margin-left:15px;}
.typography .imgcenter{ margin:5px 0px 10px 0px; display:block; text-align:center}

/* lists, blockquotes and paragraphs */
.typography p, .typography ul, .typography ol, .typography blockquote {
	font-size:12px;
	margin-bottom:1em;
	color:#656253;
}
.typography ul, .typography ol {
	margin:10px 0 20px 20px;
}
.typography li ol, .typography li ul {
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
.typography li ol {list-style:decimal;}
	
.typography blockquote {
	font-size:12px;
	margin:20px 0 20px 0px;
	color:#6b6b6b;
	padding:15px 20px 10px 35px;
	background-image:none;
	line-height:20px;
	border-left:solid 5px #2d84b6;
	background-color:#f6f6f6;
	}

/* code */
.typography code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e0e0e0;
	padding:15px 10px;
}


/*******************************************************/


.typography img {	border: 0; vertical-align: top;	}

.typography hr {
	height: 1px;
	color: #999;
	background-color: #999;
	border: none;
}

/**
 * This typography file is included in the WYSIWYG editor
 */

/*******************************************************/

.typography ul {
	list-style-type:none;
	padding:0;
	margin: 0 0 1em 0;
}
.typography ul li {
	list-style-type:none;
	padding: 0 0 0 20px;
	margin:0;
	background: transparent url(images/checklist.gif) no-repeat 0 5px;
}
* html .typography ul li{ padding:0 0 0 30px !important;}/* ie 6 only */
