h1 {
	font-size: 22px;
	font-weight: normal;
	color: #172971;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 25px 0 10px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 15px 0 5px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 15px 0 5px 0;
}

p {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #5f6fb3;
	outline: none;
}

hr, div.hr { background: none; height:0; font-size: 0; color: #fff; border: none; border-top: 1px solid #5f6fb3; }
div.hr.green { border-color: #69ac5f; font-size: 0; }

.image { float: left; margin-right: 10px; }
a img { border: none; }

.file
{
	padding: 0 0 0 25px;
	background: url(../images/ico/_pdf.png) no-repeat left center;
	min-height: 20px;
	display: block;
	padding-top: 6px;
	text-decoration: none;
	/*line-height: 25px;*/
}


.link, .external-link
{
	font-weight: normal;
	padding: 0px 0 0 15px;
	text-align: left;
	background: url(../images/arrows/arrow_r.png) no-repeat left 1px;
	border: none;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	margin: 0;
}

.link { display: block; }

.link:hover
{
	background-image: url(../images/arrows/arrow_r.png);
}

.vspacer, .big-vspacer
{
	font-size: 0;
	height: 10px; 
}

.hspacer {float: left; width: 20px; height: 10px;}

.big-vspacer {height: 25px;}

ul {
	margin: 0;
	padding: 10px 0 10px 25px;
}

dl {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 5px 0;
	padding: 0;
}