H1  {
	font-family : Arial;
	font-weight : bold;
	font-size : larger;
	font-style : oblique;
	color : White;
	word-spacing : 10px;
	letter-spacing : 5px;
	line-heght : 18pt;
       padding : 1px;
	text-align : center;
	padding-top : 3%;
	}

H2  {
	font-family : Arial;
	font-weight : normal;
	font-size : 11pt;
	font-style : normal;
	color : #000080;
}

H3  {
	color : #000080;
	font-family : Arial;
	font-size : 11pt;
	font-weight : bold;
	font-style : italic;
	text-align : left;
}

H4  {
	color : #000080;
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	text-align : left;
}

DL  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : 10pt;
	color : #000080;
	line-height : 13pt;
}

P  {
	font-family : Verdana, Tahoma, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 9pt;
	color : #000080;
	text-align : justify;
	text-indent : 0px;
    margin : 5px 15px 5px 5px;
	}

.right { 
          text-align: right;
     } 

.menu  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : xx-small;
	color : #000080;
	text-align : center;
	}
.hd  {
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : x-small;
	color : White;
	text-align : center;
	border : White;
	}
.in { 
    margin-left : 10px;
     } 

.fltrght {
float: right;
margin: 0 0 10px 10px;
clear: right;
            }

.fltlft  {
float: left;
margin: 0 10px 10px 0;
clear: left;
            }
.containingbox p { margin-top: 0;}


.epigr { 
    font-family : Verdana, Tahoma, sans-serif;
    width: 230px;
    border: 1.5px solid #CCC;
    padding: 1em;
    float: right;
    font-style : italic;
    font-size : 8pt;
     } 
.lftep { 
    font-family : Verdana, Tahoma, sans-serif;
    width: 230px;
    border: .5px solid #CCC;
    padding: 1em;
    float: left;
    font-style : italic;
    font-size : 8pt;
     }