body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
body {
	background-color: white;
	background-image: url(background.jpg);
	background-position: center bottom;
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 6px;
}
h1 {
	font-size: 26px;
	font-weight: bolder;
	text-align: center;
	margin-top: 50px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 6px;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 6px;
}
h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 6px;
}
h4 {
	font-size: 14px;
	text-align: left;
	margin-top: 24px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 6px;
}
h5 {
	font-size: 12px;
	text-align: left;
	margin-top: 16px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 6px;
}
a:link, a:active, a:hover, a:visited {
	color:#006ab1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.content td {
padding-left:6px;
}
address {
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 8px;
	margin-left: 6px;
	width:20em;
	padding:4px;
	border-bottom:1px #006ab1 dotted;
	border-left:1px #006ab1 dotted;
}

