<style type="text/css">

body {
	margin: 0;
	padding: 0;
	border-width: 0;
	background: white;
	color: black;
}

a:link { color: black; background: white; font-decoration: none }

.image { border: 1px solid black; }

h2 {
	margin: 20px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: normal;
}
h3 {
	margin: 20px 50px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
}
h3.imagecontainer {
	margin: 20px 14px;
	text-align: center;
	vertical-align: middle;
}
h4 {
	margin: 8px 40px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}
h6 {
	margin: -16px 0 3px 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 6pt;
	font-weight: normal;
	text-align: center;
}

table {
	width: 100%;
}

tr {
	width: 100%;
	vertical-align: top;
}
tr.buttons {
	height: 80px;
	vertical-align: middle;
	margin-bottom: 19px;
}
tr.liner {
	height: 19px;
}

td.logobackground {
	background: url(graphics/img_logo_faded.gif) no-repeat center;
	text-align: center;
	display: block;
}
td.logoimage {
	padding: 8px 0 0 6px;
}
td.logotext {
	width: 190px;
	text-align: center;
	vertical-align: middle;
}
td.linerblue {
	width: 10%;
	background: #426984;
}
td.lineryellow {
	width: 10%;
	background: #FFFFB5;
}
td.tableft {
	padding: 3px 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	text-align: right;
}
td.tabright {
	padding: 3px 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	text-align: left;
}

.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.vertcentered {
	text-align: center;
	vertical-align: middle;
}
 
table.linertop {
	border-bottom: 1px solid black;
}
table.linerbottom {
	border-top: 1px solid black;
}

</style>
