P  {		
	font-family : sans-serif;
    font-size : 10pt;
	text-align:justify;
	}

H1  {}

H2  {}

H3  {}

A  {
          	color : Maroon;
          	font-family : sans-serif;
          	font-size : 10pt;
          	text-decoration : none;
          }
          
A:Visited  {
          	color : Maroon;
          	text-decoration : none;
          }
          
A:Active  {
          	color : Black;
          	text-decoration : underline;
          	font-weight : normal;
          }
          
A:Hover  {
          	color : Black;
          	font-size : 10pt;
          	background-color : #E7D6D6;
			font-weight : normal;
			text-decoration : none;
		  }

BODY  {
	font-family : sans-serif;
    font-size : 10pt;
	margin-left : 35;
	margin-right : 10;
	margin-top : 10;
	margin-bottom : 10;
	background-color : #FFFFFF;
}

.instruction  {
	font-size : 10pt;
	font-family : Arial;
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

.highlighted  {
	background-color : Yellow;
}

.hidden  {
	color : White;
	background-color : White;
}

.html  {
	font-family : Courier;
	font-size : 12pt;
}

p.copyright  {
	font-size : 8pt;
	font-family : Arial;
	color : Black;
	text-align : justify;
	border-top-width : 1;
	border-style : solid;
	border-left-width : 0;
	border-right-width : 0;
	border-bottom-width : 0;
	border-color : Black;
	padding-top : 5;
}
td {
	vertical-align: top;
	}
li {
	line-height: 12pt;
	margin-top:5px;
	}
