/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-stretch: ultra-expanded;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto auto auto;
	text-align: center;
}
h3 {
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
}
h4, h5 {
	font-size: 9pt;
	margin: 0px;
}
td {
	vertical-align: top;	
}
ul {
	margin-top: 0px;
}