BODY {
  background:#fff;
  margin:0;
  padding:40px 20px;
  font:x-small Helvetica,sans-serif;
  text-align:center;
  color:#333;
  font-size :small;
  font-size: small;
  }
A {
	color: Navy;
	text-decoration: none;
}
A:HOVER {
	background-color: White;
	color: Maroon;
	text-decoration: none;
}
A:VISITED {
	color: Green;
	text-decoration: none;
}
A:ACTIVE {
	color: Red;
	text-decoration: none;
}
A.ql {
    color: White;
    text-decoration: blink;
}
A:VISITED.ql {
	color:White;
	text-decoration: none;
}
A:ACTIVE.ql {
	color: Yellow;
	text-decoration: none;
}
A:HOVER.ql {
	background-color: Navy;
	color: Yellow;
	text-decoration: none;
}
#Header {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #ccc;
  }
#Content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#Footer {
  width:660px;
  margin:10px auto 0;
  padding:0;
  text-align:center;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
P.form {
	line-height: 24pt;
}
TABLE {
	table-layout : auto;
	border : none;
	font-size : 1px;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align: left;
}
.footer {
	background-color: Navy;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}
.white {
	color: White;
}
H1 {
	background-color: Navy;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 800;
	font-style: normal;
	text-align: center;
	letter-spacing : 3px;
}
DL {
	text-align: left;
}
DT {
	color: Gray;
	font-weight : bold;
    font-size: small;
}
DD {
    font-size: small;
}
PRE {
    font-size: medium;
}
.required {
	color: Maroon;
}
.optional {
	color: Black;
}
UL {
	list-style-type : square;
}
.bold {
    font-weight: 600;
}
.indented {
    margin-left: 2em;
}
BLOCKQUOTE{
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : left;
	border : none;
	display : block;
	font-weight : lighter;
}