/* GENERIC STYLES */ 
.typography * {
	color:#000;
}

/* PARAGRAPHS */
.typography p { 
 	/* line-height:130%; */
	color:#333;
	text-align:left;
	font-size:80%;
	line-height: 1.5em;
}

.typography blockquote {
	background:#f0f0f0;
	padding:15px;
}	

/* LINKS */
.typography a{
	border-bottom:1px dashed #006;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 0 5px 0;
	color:#333;
	text-align:justify;
	font-size:80%;
	line-height: 1.5em;
}

.typography li {
	margin: 0;
}

/* HEADER STYLES */

.typography h2{
	font-size:1.7em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px; /* -3px */
	color: #0066cc;
}


.typography h3{
	font-size:1.0em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
	color: #0066cc;
}

.typography h4{
	font-size:0.8em;
	font-weight:bold;
	color: #0066cc;
	margin: 10px 0 0 0;
	padding:4px 0;
	/* border-bottom: 1px #999 solid; */
}


.typography h5{
	font-size:0.9em;
	font-weight: bolder;
	margin:0;
	padding:5px 0;
	line-height: 1.5em;
}


.typography h6{
	font-size:0.85em;
	font-weight:normal;
	margin:0;
	padding:2px 0;
	line-height: 1em;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
	margin: 10px 0 -10px 0;
	color: #777;
}

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

/* TABLE STYLING */
.typography table {
	border-collapse:collapse;
}
	.typography td {
		border: none;
		padding:5px;
	}

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