/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #515050;
}

.typography p { 
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/
.typography ul, .typography ol { 
    margin:10px 0 10px 12px;
    padding:0 0 0 20px;
}

.typography li {

}

/*** Links ***/

.typography a {
	color: #850100;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/
.typography h1.black, .typography h2.black, .typography h3.black{
    color:#777;
}
.typography h4.black, .typography h5.black, .typography h6.black {
    color: #000;
}

.typography h1 {
    margin:10px 0 0;
    font-size:21px;
    font-weight:normal;
    color:#850100;
}
.typography h2 {
    margin:10px 0 0;
    font-size:16px;
    font-weight:normal;
    color:#850100;
}
.typography h3 {
    margin:10px 0 0;
    font-size:14px;
    font-weight:normal;
    color:#850100;
}
.typography h4 {
    margin:10px 0 0;
    font-size:21px;
    font-weight:normal;
    color:#850100;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.typography h5 {
    margin:10px 0 0;
    font-size:16px;
    font-weight:normal;
    color:#850100;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.typography h6 {
    margin:10px 0 0;
    font-size:14px;
    font-weight:normal;
    color:#850100;
    font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tahoma {font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;}
.georigia{font-family:Georgia, "Times New Roman", serif;};

/*** Addresses ***/	
.typography pre {

}

.typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/*** Tables ***/
.typography table {
	border-collapse: collapse;
}

.typography table td, table th {
	padding: 5px;
}

.typography table th {
	background-color:#0061aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.typography td {              
	border-collapse: collapse;
}

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

.typography address{
    font-size:12px;
}
/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
