@charset "ISO-8859-1";

body {
	margin: 0px; 
	padding: 12px;
	border: none;
	font-size: 100.01%;
	background-color: #FFFFFF;
}

h1 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 21pt;
	color: #FBAA3A;
	margin-top: 24px;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	font-weight: bold;
	line-height: 125%;
	color: #FBAA3A;
	margin: 0px;
}

h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	line-height: 125%;
	color: #FBAA3A;
	margin-bottom: 0px;
}

p {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	line-height: 125%;
	color: #666666;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	line-height: 130%;
	color: #666666;
	margin-top: 1px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #FBAA3A; }
a:visited { color: #FBAA3A; }
a:hover { color: #666666; }
a:active { color: #666666; }
a:focus { color: #666666; }

table {
	margin-left: 70px;
	margin-bottom: 70px;
	table-layout:fixed;
	width: 600px;
}

td {
	padding: 5px;
	vertical-align: top;
}

img {
	width: 100%;
	margin-top: 3px;
}

span {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	line-height: 125%;
	color: #FBAA3A;
}

li {
	margin: 0px;
}

