@font-face {
	font-family: 'Trebuchet';
	src:url('trebuchet-ms-regular_.eot');
	src:url('../font/trebuchet-ms-regular_.eot') format('embedded-opentype'),
		url('../font/trebuchet-ms-regular_.woff') format('woff'),
		url('../font/trebuchet-ms-regular_.ttf') format('truetype'),
		url('../font/trebuchet-ms-regular_.svg#trebuchet-ms-regular_') format('svg');
}

body{
	margin:0;
	color:#333;
	font:14px/16px Arial, Helvetica, sans-serif;
	background:#fff;
	overflow-y:scroll;
}

a{
	text-decoration:none;
	color:#174486;
}
a:hover{text-decoration:underline;}
p{
	margin: 0 0 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #626262;
	padding:0 46px 0 0;
}
.blue {
	color: #6189AA;
}

h2{
	margin:0 0 25px;
	font-size:14px;
	line-height:15px;
	font-weight:normal;
	text-transform:uppercase;
}
h2.no-bottom-margin {
	margin-bottom: 0px;
}
h3{
	margin:0 0 15px;
	text-transform:none;
	color:#174486;
	font-size:14px;
	font-weight:bold;
}
h4{
	margin:0 0 6px;
	font-size:16px;
	line-height:21px;
	font-weight:normal;
}
h5{
	margin:0;
	font-size:14px;
	line-height:19px;
}
h6{
	margin:0;
	font-size:12px;
	line-height:17px;
}

