@CHARSET "ISO-8859-1";
body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0D1B3E;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url(img/env_stripe.gif);
	background-repeat: repeat-x;
}
h2 {
	font-size: 1em;
	margin-top: 3em;
	margin-bottom: 0.5em;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-size: 0.9em;
	margin-top: 3em;
	margin-bottom: 0.5em;
	padding: 0;
	font-weight: bold;
}
h4 {
	font-size: 0.8em;
	margin-top: 1.6em;
	margin-bottom: 0;
	font-weight: bold;
	padding: 0;
}
table {
	border-spacing: 0;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
p, td {
	font-size: 0.8em;
	margin-bottom: 0.8em;
	margin-top: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
a {
	color: #53658D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#logo{
	width: 188px;
	height: 175px;
	margin-bottom: 40px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;
}


