    * {
	border-collapse: collapse;
	border: 0px none black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: bold;
    }
    body {
	background-color: #FFFFCC;
	margin: 10px;
	vertical-align: top;
	width: 96%;
    }
    li {
	list-style-type: square;
    }
    a:link, a:visited, a:active {	color: #0077FF; text-decoration: none; }
    a:hover {	color: #FF8800; text-decoration: none; }

   h1 {
	margin-top: 26px;
	line-height: 26px;
	font-size: 20px;
	text-decoration: none;
	color: #113377;
    }
    h2 {
	font-size: 18px;
	line-height: 22px;
	color: #113377;
	text-decoration: none;
    }
    strong {
	color: #113377;
	font-size: larger;
    }
    .infohdr {
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #113377;
	text-decoration: none;
	text-align: left;
    }
    .dottedhr {
	border:dotted #809DD4 1px;
	background-color: #223377;
	height:1px;
    }
    hr, .solidhr {
	border:solid #809DD4 1px;
	background-color: #223377;
	height:1px;
    }
