body {
	background-color: #ffffff;
	font: 100% "Times New Roman", Times, serif
}
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.5em; 
	font-weight: normal; 
	background-color: #DDDDDD; 
	letter-spacing: 5px; 
	font-variant: small-caps; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 1.3em; 
	color: #666666; 
	font-style: normal
}
h3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 1.0em; 
	color: #666666; 
	font-style: normal
}
pre {
	font-family: "Courier New", Courier, mono, sans-serif; 
	font-size: 10pt
}
.code {
	font-family: "Courier New", Courier, mono, sans-serif; 
	font-size: 10pt; 
	background-color: #99FFFF; 
	width: 1px; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
}
.bottomline {
	background-color: #DDDDDD; 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 12pt; 
}

