@charset "utf-8";
.clearboth {
	clear: both;
}
.indented {
	margin-left: 45px;
}
.imageLeft {
	float: left;
	border: thick solid #FFF;
}
.imageRight {
	clear: both;
	float: right;
	display: inline;
}
.imageCentered {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: auto;
	right: auto;
	display: block;
}




li {
	margin-top: 1px;
	margin-bottom: 1px;
}
td {
	padding-right: 0px;
	padding-left: 6px;
	vertical-align: top;
}
h1 {
	margin-bottom: 1px;
	font-size: 18px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 1px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 2px;
}




ul {
	margin-top: 4px;
	margin-bottom: 1px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 1px;
	margin-bottom: 1px;
}

p {
	margin-top: 1px;
	margin-bottom: 1px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #E2EEF1;
}

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