body {
	background-color: #00235d;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	color: #222; 
	}

h4 {
	font-size: 15px;
	color: #af0a35;
	}

h5 {
	font-size: 13px;
	color: #af0a35;
	}

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #af0a35;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #af0a35;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #00235d; 
	}
	
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	} 	
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	}	
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;  
	color: #212121; 
	}

.small {
	font-size: 10px;
	}
	
.small2 {
	font-size: 11px;
	font-weight: bold;
	}
	
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.border {
	border: 1px solid #fff;
	}

#container {

	width: 769px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-color: #ffffff;
	}
	
#header {
	width: 769px;
	height: 309px;
	text-align: center;
	}
	
.contactButton { 
	color: #ffffff; 
	font-weight: bold;	
	background-color: #af0a35;
	border: 1px solid #fff;
	}

.contactInput { 
	background-color: #ffffff; 
	border: 1px solid #af0a35;
	} 
	
.special {
	border: 1px solid #af0a35;
	background-color: #fff;
	padding: 5px;	
	}