body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color:#406EA9;
	color: #000000;
	margin: 0;
	padding:0;
	text-align: center;
}
a:link {
	color:#406EA9;
	text-decoration:none
}
a:visited {
	color:#406EA9;
	text-decoration:none
}
a:hover {
	color:#E00000;
	text-decoration:none
}
a:active {
	color:#406EA9;
	text-decoration:underline
}
a:focus {
	color:#406EA9;
	text-decoration:underline
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.0em;
}
strong {
	font-weight: bold;
	color: #444;
}
a img {
	border:0;
	color: #FFFFFF;
	background: #FFFFFF;
}
li {
	margin-bottom: 0.5em;
}
address {
	background-color: #DCE4F7;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	font-size: 0.8em;
	width:15em;
	border:thin #406EA9 solid;
}
code {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0 0.2em 0 0.2em;
	border: 1px;
	border-style: solid;
}
.text-body ul {
	padding-top: 0.2em;
	padding-left: 1.5em;
}
.text-body img {
	margin: 0.5em 1em 1em 0;
}
.text-body h4 {
	margin: 1em 0 0.3em 0;
}
.text-body p {
	clear: both;
	margin: 0;
}

