body {
	background-color: #073C70;
	margin: 15px;
	padding: 15px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #545454; 
	}

H5 {
	font-size: 14px; 
	font-weight: bold;
	}

H4 {
	font-size: 16px; 
	color: #fff;
	}
	
H3 { 
	font-size: 18px;
	color: #CB1E07;
	}
	
H2 { 
	font-size: 24px;
	color: #fff;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #073C70;
	} 
	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #DA6D1C; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #DA6D1C; 
	}
	
.boxOutline {
	border: #5C85AC solid 2px;
	background-color: #fff;
	}
	
.formOutline {
	border: #5C85AC solid 2px;
	background-color: #CCDDED;
	}
	
.red {
	color: #FF0000;
	}
	
.imageFloat {
	float: left;
	padding-right: 20px;
	}

.imageFloat2 {
	float: right;
	padding-left: 20px;
	}
	
.contactButton { 
	color: #ffffff; 
	font-weight: bold;
	background-color: #5C85AC;
	border: 1px solid #073C70;
	}

.contactInput { 
	background-color: #fff; 
	border: 1px solid #073C70;
	} 