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

.typography p { 
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font:11px/20px Georgia, "Times New Roman", Times, serif;
}

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

/*** Lists ***/

.typography ul, .typography ol {
	margin: 20px;
}

.typography li {
	padding: 0 0 0 15px;
	list-style: none;
	/*background: transparent url(../images/i-1.gif) no-repeat scroll 3px;*/
}

/*** Links ***/

.typography a {
	color:#ca1313;
	cursor: pointer;
	text-decoration: underline;
}

.typography a:hover {
	text-decoration: none;
}
/*** Headers ***/

.typography h1 {
	margin:0;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#444;
	padding-top: 5px
}
.typography h2 {
	margin:0;
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:#444;
}
.typography h3 {
	margin:0;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color:#444;
}
.typography h4 {
	margin:0;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#CA1313;
}
.typography h5 {
	margin:0;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
	color:#CA1313;
}
.typography h6 {
	margin:0;
	font:10px/22px Georgia, "Times New Roman", Times, serif;
	color:#CA1313;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

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

/*** Tables ***/


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

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
