
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#202020;
	margin:0px 0px 0px 0px;
	
	}

		
.typography p
{
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#202020;
	margin:0px 0px 0px 0px;
	
	}

.typography ul 
{
list-style-type: disc;
margin:8px;
padding:8px;


}

.typograpy li
 {list-style-type: disc;
 


}

.typography ol,

.typography a {
	
	color:#084182;
	margin:0px;
	padding:0px;
	font-weight:bold;
	
	
}


/* HEADER STYLES */

.typography h1
{
	
	font-size:13px;
	font-weight:bold;
	color:#202020;
	margin-bottom:8px;
	
		
}


.typography h2,
{
	
	font-size:13px;
	font-weight:bold;
	color:#084182;
	
		
}

/* LINK STYLES */
.typography a {
	color:#084182;
   text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.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;
}
