/* individual page styles - also used for the CMS system */
body {
	background: white; /* overwritten for pages, used for CMS only */
	font: normal 8pt/1.4em Arial, Helvetica, sans-serif;
	color: black;
}
h1 { /* these global styles are here for the CMS */
	font: normal 16pt Arial, Helvetica, sans-serif;
}
h2 {
	font: normal 14pt Arial, Helvetica, sans-serif;
}
h3 {
	font: normal 12pt Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	margin: 16px 0px 2px 0px;
	color: #005983;
}
a:link, a:visited {
	color: #013C58;
	text-decoration: underline;
}
a:hover {
	color: #00A3D6;
}
img {
	border: 0px;
}
p {
	margin-bottom: 1em;
}
/* end of CMS global styles */

#mainbody img, #mainindexbody img { /* style adds margin around an image (default is aligned to the left */
	margin: 5px 7px 5px 0px;
}
#mainbody table img {
	margin: 0px;
}
img.floatleft {
	float: left;
}
img.floatright {
	float: right; /* reset the margins for a right floated image */
	margin-right: 0px;
	padding-left: 7px;
}

