@charset "utf-8";
/*===============================================================
	T Y P O G R A P H Y
==================================================== =TYPOGRAPHY */

h1, h2, h3, h4, h5, p, ul, ol, dl {
	margin: 0 0 0px 0;
}
h1 {
	font-size: 24px;
	margin: 0 0 0px 0;
	color:#1d71ad;

}
h1 a {
	color: #1d71ad; !important;
	text-decoration: none;
}
h1 a:hover {
	color:#0099FF;
	text-decoration: none;
}
h2{
	font-size: 21px;
	letter-spacing: 1px;
	color: #003366;
}
h3 {
	color: #aaa;
	font-size: 18px;
	letter-spacing: .1em;
	color:#1d71ad;
}
h4 {
	font-size: 14px;
	color: #1d71ad;
	padding-bottom:5px;
}
h5 {
	font-size: 12px;
	color: #1d71ad;
	text-transform: uppercase;
	letter-spacing: .1em;
}
h5 a{ color:#1d71ad; }
h5 a:hover{ color:#0099FF;}
h5 span {
	color: #CC0000;
	font-size: 12px;
	line-height: 18px;
}

