@charset "utf-8";
/* CSS Document */


.typography h1{
font-size:20px;
font-weight:normal;
margin:20px 0 0;
text-transform:uppercase;
}


.typography h2{
font-size:14px;
color:#1391d0;
font-weight:normal;
text-transform:uppercase;

}

.typography h3{
font-size:14px;
font-weight:bold;
color:#1391d0;

margin:10px 0px 0px;
}

.typography h4{
font-size:12px;
font-weight:bold;
border-bottom: 1px solid #666;
margin:10px 0px 0px;
line-height:1.3em;
}

.typography h5{
font-size:12px;
font-weight:bold;
margin:10px 0px 0px;
}

.typography a{
color:#1391d0;	
}


.typography p{
	font-size:12px;
	line-height:1.7em;
	margin: 0px 0px 10px;
}



.typography ol, .typography ul{
margin:5px 0 5px 20px;
	font-size:12px;
}

.typography ul{
	list-style-type:disc;
}

.typography ol{
list-style-type:decimal;	
}

.typography li{
line-height:1.4em;
/*margin:0;
padding:0;
list-style-image:url(../images/blueBullet.gif);*/

margin:0px 0px 0px 6px;
padding:0;
list-style-image:url(../images/blueBullet.gif);

}


.typography strong{
	color:#1391d0;
}


.typography dl{
font-size:12px;	
}

.typography dt{
font-weight:bold;
font-size:14px;
border-bottom:2px solid #333;
color:#1391d0;
}

.typography dd{
margin: 0px 0px 10px;	
}


.typography table{
font-size:12px;	
}

	.typography th{
	color:#1391d0;	
	}
	

