body, p, tr, th, td, ol, ul, li, h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt; font-weight: normal; color: #000000;
}

body { 
  background-color: #FFFFFF; 
}
.centered {
	text-align: center;
}

.Tagline {
	font-style: italic;
	text-align: center;
}

.courier {
	font-family: "Courier New", Courier, monospace;
}
.bgwhite {
	background-color: white;
	width: 100%;
	-moz-border-radius: 9px 9px 9px 9px;
	text-align: center;
	font-size: 9pt;
}

.title {
	font-size: larger;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.justified {
	text-align: justify;
}





a:link { color: #0000FF; }
a:visited { color: #000066; }
a:hover { color: #990000; }

h1 { font-size: 14pt; font-weight: bold; }
.copyright {
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
}


.content td {
  background-color: #EEEEEE;
}

hr {
  margin: 0;
  padding: 0;
}
