@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0093A8;
}
.imageCenter {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

.imageLeft {
	float: left;
	border: thick solid #FFF;
}
.imageRight {
	float: right;
	border: thick solid #FFF;
}



p {
	font-size: 15px;
	color: #666;
}
.pLeft {
	text-align: left;
}

li {
	font-size: 12px;
}


table {
	margin-right: auto;
	margin-left: auto;
}

td {
	padding-top: 0px;
	vertical-align: top;
}



h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
h2 {
	font-size: 16px;
	margin-bottom: 3px;
}

a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #3366CC;
}
a:active {
	text-decoration: none;
	color: #336699;
}
