/* PARAGRAPHS */
.typography {
	color: #333;
	background: #fff !important;
font-size: 120%;
}

.typography p { 
 	line-height: 1.4em;
	margin: 0 12px 1em 12px;
}

.typography p img{
	margin: 0 10px 10px 0;
}

.typography li p {
	margin: 0;
}

.typography blockquote {
	margin: 0 22px 1em 22px;
	/* font-size: 1.4em;
	color: #777; 
	font-style: italic; */
}

.typography blockquote blockquote {
	font-size: 1.0em;
}

/* LINKS */
.typography a { 
	color: #FE0000;
	text-decoration: none;
}

.typography a:hover {
	color: #FE0000;
	text-decoration: underline;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 15px 20px;
	
}

.typography li {
	margin: 5px 5px;
}
.typography ul li {
	line-height: 1.4em;
}

.typography fieldset li {
	list-style: none;
}

/* HEADER STYLES */

.typography h1 {
	margin-bottom: 0.7em;
	border-bottom: 1px dotted #999;
	color: black;
	font-weight: bold;
}
.typography h2 { 
	margin: 15px 12px;
	clear: both;
	font-weight: bold;
color: black;
}
.typography h1 {
	font-size: 1.4em;
}
.typography h2 { 
 	font-size: 1.2em; 
}
	
.typography h3 {
	margin: 15px 12px;
	clear: both;
	font-size: 1.2em;
font-weight: normal;
}
.typography h4 {
	margin: 12px 12px;
	clear: both;
}

/* ADRESS 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;;
}
.typography label {
 	display: block;
	margin: 10px 0 -15px 0;
	color: #333;
}

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

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align: right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin:0 25px 0 0;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
}

.typography .box {
	color: red;
}

