@charset "utf-8";
/*Headings Tags*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 1em;
	font-weight: 900;
	color: #00549F;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;line-height: 1em;font-weight: 900;
	color: #00549F;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;line-height: 1em;font-weight: 900;
	color: #00549F;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;line-height: 1em;font-weight: 900;
	color: #00549F;}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;line-height: 1em;font-weight: 900;
	color: #00549F;}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1em;
	font-weight: 500;
	color: #00549F;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* This line of code will give you a blue horizontal rule, one pixel in height: */

HR {
	height: 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #B7C9D7;
}

