body {
	font-family: Arial, Helvetica, sans-serif;
}
#lefttext {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 25px;
	padding-left: 34px;
}
#hide {
	display: none
}

body {
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	background-color: #002c55;
	margin-top: 0px;
}
.blue {
	font-size: 20px;
	color: #00498F;
}
.grey {
	color: #6B6B6B
}

#footer {
	padding-right: 15px;
	font-size: 12px;
	color: #52627b;
	margin-top: 5px;
	text-align: right;
}

html {
overflow-y: scroll;
}

#footer a {
	font-size: 10px;
	color: #52627b;
	text-decoration: none;
	margin-top: 5px;
	text-align: right;
}

a:link {
	color: #003161;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003161;
}
a:hover {
	text-decoration: none;
	color: #333333;
}




/* body text*/
.h2 {
	padding-top: 15px;
	font-size: 20px;
	padding-right: 35px;
	padding-left: 15px;
	letter-spacing: -1px;
	color: #00498F;
}
.h3 {
	padding-top: 15px;
	font-size: 18px;
	padding-right: 35px;
	padding-left: 15px;
	letter-spacing: -1px;
	color: #000000
}
.h4 {
	padding-top: 12px;
	font-size: 20px;
	padding-right: 35px;
	padding-left: 15px;
	letter-spacing: -1px;
	color: #666666;
}
.bodytext {
	font-size: 13px;
	color: #1E1E1E;
	padding-right: 35px;
	padding-left: 15px;
}
.notes {
	font-size: 13px;
	color: #FF0000;
	padding-right: 35px;
	padding-left: 15px;
}
.bodytext2 {
	font-size: 13px;
	color: #1E1E1E;
}

