﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Times New Roman, Georgia, Serif;
	font-size: 11px;
	color: #2c2c2c;
	background: #305d93;
	background-image: url(../Images/BG_Body.gif);
	background-repeat: repeat-x;
}


/* ELEMENTS */

a {
	color: #044484;
	text-decoration: underline;
}

a:hover {
	color: #6085B2;
	text-decoration: underline;
}

h1 {
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #001854;
	font-family: georgia;
	margin-bottom: 22px;
	margin-left: 1px;
}

h2 span {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #001854;
	padding-bottom: 10px;
}

h4 {
	font-weight: bold;
	color: #323c46;
	font-size: 11px;
	margin-bottom: 4px;
}

h4 a, h4 a:hover {
	color: #001854;
}

h5 {
	font-weight: bold;
	font-size: 11px;
}

.homeContent div.ElevatorCopyPrint {
	visibility: hidden;
	display: none;
	font-size: 0px;
	margin-left: -1000px;	
}