* {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7CAAE2;
}

a:link {
	color: #074B83;
	text-decoration: none;
}
a:visited {
	color: #074B83;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #074B83;
	text-decoration: none;
}


#contactushere {
	width: 125px;
	margin-top: 100px;
	margin-left: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.mainTitle {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.main {
	padding: 20px;
}
.subTitle {
	background:#143f72;
	padding:5px 8px;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color:#e2ba0e;
	text-decoration:none;


}
.withborder td {
	border: 1px solid #000;
	border-collapse: collapse;
}
.bulleted ul {
	padding-left: 40px;
}

.imgborder {
	padding: 5px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 3px;
}
a:hover .imgborder {
	border: 1px solid #3b97c2;
	border-collapse: collapse;
}



.imgmargineright {
	padding: 5px;
	margin: 3px;
}