
body {
  background-color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 2em;
  text-align: center;
}

		div#body {
			font-family: arial;
			font-size: 10pt;
			color: #FFFFFF;
			align: center;
		}
		
		div#footer {
			align: center;
			font-family: arial;
			font-size: 8pt;
			color: #99CCFF;
			background-color:#003366;
			border: solid #000 3px;
			border-color: #336699;			
			width: 1024px;
		}
		table#buttonbar {
			font-family: arial;
			font-size: 8pt;
			background-color:#336699;
			border: solid #000 1px;
			border-color: #336699;			
			width: 1024px;
			align: center;
		}
		
		table#buttonbar td {
			padding: 0px;
			border: solid #000 1px;
			background-color:#003366;
			color: #FFFFFF;

		}

		table#content, div#content {
			font-family: arial;
			font-size: 10pt;
			color: #FFFFFF;
			width: 1024px;
			align: center;
		}

		div#caption {
			font-family: arial;
			font-size: 8pt;
			color: #FFFFFF;
			align: center;
			width: 500;
		}

		
		
a:link {
			font-family: arial;
			color: #99CCFF;
			text-decoration:none;
}

a:visited {
			font-family: arial;
			color: #99CCFF;
			text-decoration:none;
}

a:hover, a:active {
			font-family: arial;
			color: #00B6FF;
			text-decoration:none;
}


h1 {
  color: #99CCFF;
  font-size: 220%;
  font-weight: bolder;
  margin-bottom: 10px;
}

h2 {
  color: #99CCFF;
  font-size: 140%;
  font-weight: bolder;
  margin: 0 0 0 0;
}

h3 {
  color: #99CCFF;
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
}

