/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	font:1em/1.5em Arial, Helvetica, "Liberation sans", "Bitstream Vera Sans", sans-serif;
}
blockquote,q{quotes:none}
.typography blockquote { color: #300;background:#EEEEEE;padding:1px; margin:1em; border-left:1px solid #600;padding-left:1em;}
blockquote *:first-child:before { content: "\201C"}
blockquote *:first-child:after { content: "\201D"}
.typography {color:#111;}
.typography p {
margin:10px 0;
text-align:justify;
}

.typography hr {
height:1px;
display:block;
border:0;
border-top:1px solid #990000;
margin:10px 0;
clear:both;
}

.typography abbr,acronym{border-bottom:1px dotted;cursor:help;font-variant:small-caps}
.typography address,cite,em,i{font-style:italic}
.typography del{text-decoration:line-through}
.typography ins{text-decoration:overline}
.typography pre{font-family:"Courier New", Courier, monospace;margin:0 0 1.5em}
.typography sub{top:0.4em;font-size:0.85em;line-height:1;position:relative;vertical-align:baseline}
.typography sup{font-size:0.85em;line-height:1;position:relative;bottom:0.5em;vertical-align:baseline}
strong,b, .typography strong,b, .typography p strong {font-weight:bold !important;}
em,i, .typography em, .typography p em {font-style:italic !important;}

/** 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 {
	margin:7px 0;
	font-variant: small-caps;
	font-family: "Century Gothic", Arial, Verdana;
	color:#8C0000;
	clear:both;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
.typography h1 {
	font-size:1.8em;
	margin-bottom:20px;
}
.typography h2 {
font-size:1.6em;
}
.typography h3 {
	font-size:1.2em;
	border-bottom:1px solid #600;
}
.typography h4 {
	font-size:1.2em;
}

/* LINK STYLES */
.typography a {
  color:#f30;
  text-decoration:none;
}
.typography a:hover {
	color: #f30;
	text-decoration:underline;
}
/*Tables*/
.typography table{border-collapse:collapse;border-spacing:0;margin:0;padding:0}
.typography caption{font-style:italic;text-align:left;margin-bottom:0.5em}
.typography tr.alt td{background:#eee}
.typography td{padding:0.333em;vertical-align:top}
.typography th{font-weight:700;padding:0.333em;vertical-align:middle}
.typography thead {border-bottom:2px solid #ccc}
.typography tfoot {border-top:2px solid #ccc}

.typography .redtable  th {
	color : #fff;
	background-color:#900;
}
.typography .redtable {
	text-align:center;
	border-collapse:separate;
	border-spacing:3px;
}
.typography .redtable  td {
	background-color:#eeece1;
	vertical-align:middle;
}
.typography .redtable p {margin:0;padding:0;text-align:center;}


.typography img.right {
	float:right;
	margin:10px;
}
.typography img.left {
	float:left;
	margin:10px;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
/*JDIATCC*/
.typography .focus {
	margin:5px 50px;
	padding: 5px;
	display:block;
	text-align:center;
	font-weight:bold;
	background-color: #600;
	color:#fff;
}
.typography .frame {
	margin:5px 20px;
	border-left: 2px solid #600;
	padding: 5px;
	background-color: #990000;
	color:#fff !important;
	clear:both;
	display:block;
}
.typography .frame table td p, .typography .frame table, .typography .frame td, .typography .frame ul, .typography .frame li {
	color:#fff !important;
}

.typography .frame a, .typography .focus a {
	color:#eee !important;
	text-decoration:underline;
}
.typography .red {
	color:#990000;
}
.typography .small {
	font-size:0.8em !important;
}
.typography .big {
	font-size:1.2em !important;
}
.typography .margin {
	margin:10px;
}
.typography .noalign {
	float:none;
	text-align:left;
}
.typography .white {
    color:#fff;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol {
	margin: 0 0 18px 24px;
}
	.typography li {
		margin: 5px 10px;
	}
		.typography li li {
			font-size: 10px;
		}
                
/* PRE STYLES
-------------------------------------------- */
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

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

/* IMAGES
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
