body {
	background-color:#000000;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.content {
	background-image: url(../images/parchment.jpg);
	background-repeat: repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	color: #ffcc33;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.medium {
	font-size: 12px;
}
.tbl1 {
	font-size: 12px;
	border: 1px solid #000000;
}
A.a1:link, A.a1:visited       { color: #ffcc33; font-weight: bold; text-decoration: none }
A.a1:hover               { color: white; text-decoration: underline; background-color:#000000; }
    h1 { font-family: Georgia, Garamond, serif;
         font-size: 14pt;
       }
    h2 { font-family: Georgia, Garamond, serif;
         font-size: 12pt;
       }
    h3 { font-family: helvetica, arial, sans-serif;
         font-size: 10pt;
       }
    dt { font-family: helvetica, arial, sans-serif;
         font-weight: 700;
         font-size: 9pt;
         margin-top: 12px; }
    li, p, dd { font-size: 10pt; }
    a:link { color: blue; }
    a:visited { color: purple; }    
    a:hover { color: white; background-color: gray; }
    a:active { color: yellow; }
    .center { text-align: center; }
    .footnote { font-family: "Times New Roman", Times, sans-serif;
                font-size: 10pt;
                font-style: italic;
              }
    img.right { border-style: solid;
                border-width: 1px;
                float: right;
                margin: 10px;
              }
    img.left { border-style: solid;
                border-width: 1px;
                float: left;
                margin: 10px;
              }
