* {
   padding:0px;
   margin:0px;
}
html {
	min-height: 100%;
	overflow-y: scroll;
}
body {
	font-family:Courier;
	font-size:9pt;
	background-color:#333333;
	margin: 20px 0px 20px 0px;
}
img{
	border:0px;
}
table.main{
	width:800px;
	background-color:white;
}
table.top{
	width:800px;
	background-color:white;
}
p{
	background-color: transparent;
	text-align: left;
	padding: 0px 30px 10px 30px;
	line-height: 1.3em;
}
p.head{
	text-align: center;
	padding: 10px 20px 10px 20px;
}
p.foot{
	color: white;
	font-size:8pt;
	text-align: center;
	padding: 10px 30px 10px 30px;
}
h2{
	font-size: 18pt;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	padding: 15px 30px 10px 30px;
}
h3{
	font-size: 14pt;
	font-weight: bold;
	color:#de0012;
	background-color: transparent;
	text-align: left;
	padding: 15px 30px 10px 30px;
}
a{
	color:#de0012;
}

