h1 {
	font-weight: bold;
    font-size: 20px;
    color:  #000066;
    margin-bottom: 5px;
    text-align: center;
}

h2 {
	font-weight: bold;
    font-size: 17px;
    color:  #000066;
    margin-bottom: 5px;
    margin-top: 0px;
}

h3 {
	margin-top: 0px;
    margin-bottom: 3px;
    font-size: 16px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 13px;
    text-align: justify;
    margin-top: 0px;
    margin-bottom: 6px;
}

A, A:link {
	COLOR: #000066;
    font-weight: bold;
}
A:visited {
	COLOR: #000066; 
    font-weight: bold;
}
A:hover {
	COLOR: #008000;
    font-weight: bold;
}

td.header {
  color: white;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
  font-size: 10px;
}

A.header:visited, A.header:active, A.header:link  {
  color: white;
  text-align: right;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.header:hover {
	COLOR: #ff9900;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul  {
    margin-top : 10px;
    margin-bottom : 10px;
    margin-left: 30px;
    font-size: 14px;
    list-style-type : square;
}

ul.summary {
     list-style-image : url(/images/arrow3.gif);
     margin-left: 30px;
     margin-right: 10px;
     margin-top: 0px;
     font-size: 12px;
}

blockquote {
	font-style: italic;
    margin-left: 40px;
    margin-right: 40px;
}
