/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography * {
	color: #444;
	font: 76%/1.5em Arial, Helvetica, sans-serif;
}

.typography p {
	font-size: 1.1em;
}

.typography h1 {
	line-height: 1.5;
	color: #444;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	font-family: "Times New Roman", Times, Georgia, serif;
}

.typography h2 {
	font-size: 1.1em;
	font-weight: bold;
}

.typography h3 {
	font: 1.8em "Times New Roman", Times, Georgia, serif;
}

.typography h4 {
	font-size: 1em;
	font-weight: bold;
}

.typography a {
	color:#2a4c6b;
	text-decoration:none;
}

.typography a:hover {
	color: #000;
	text-decoration: underline;
}
	
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
}

.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
