body {
	text-align:center;
	margin: 0px;
	font-family: "helvetica neue", helvetica, arial,  sans-serif;
    font-size:14px;
    line-height:1.69em; /* Baseline grid of 20px */
	position: relative;
	color: #3F3F3F;
}

h1, h2, h3, h4 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	
}

.box-heading {
	background: url(../images/heading-long.gif) no-repeat left bottom;
	padding: 3px 10px 9px 29px;
	margin: 0 0 10px -5px;
	font-family: "arial narrow";
	font-size: 1.2em;
}
.box-heading.short {
	background: url(../images/heading-short.gif) no-repeat left bottom;
	
}

.box-heading.short.trans {
	background: url(../images/heading-short.png) no-repeat left bottom;
	
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

a img {
	border: none;
	
}

a {
	color: #2B6D9D;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #15374F;
	text-decoration:underline;
	font-weight: bold;
}

a:focus {
	outline-style: none;
}

