<!--lhcc.css-->
a:link { 
	color: blue;
	}
a:visited { 
	color: red;
	}
a:hover { 
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	}
table.one {
	border-width: 0;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	border-color:  #0000cc;
	background-color: #0000cc;
}
table.two {
	border-width: 1;
	border-spacing: 0px;
	border-color: blue;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
table.three {
	border-width: 0;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
table.four {
	border-width: 0;
	border-spacing: 0px;
	border-color: blue;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	}
table.five {
	border-width: 0;
	border-spacing: 0px;
	border-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccccc;
	}
table.blue {
	border-style: solid;
	border-color: #0000cc;
	border-width: thick;
	border-spacing: 8px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;	
	}
table.orange {
	border-style: solid;
	border-color: #D9541E;
	border-width: thick;
	border-spacing: 8px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;	
	}
table.outside {
	border-style: solid;
	border-color: #0000cc;
	border-width: thick;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0000cc;	
	}	
table.bottom {
	border-style: solid;
	border-color: #0000cc;
	border-width: medium;
	border-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;	
	}
h1 {
  	font-family: Arial, Helvetica, sans-serif;
    color: #151B8D;
    font-size: 16pt;
	font-weight: bold;
	text-align: center;
	}
h2	{
  	font-family: Arial, Helvetica, sans-serif;
    color: #151B8D;
    font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	}
ul 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	list-style-type: disc;
	text-align: justify;
	}
ol 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: justify;
	}	
.copy  {
       font-family: Arial, Helvetica, sans-serif;
       color: #ffffff;
       font-size: 8pt;
	   margin-top: 0em;
	   margin-bottom: 0em;
	   text-align: center;
	   }
.note  {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 8pt;
	   margin-top: 1em;
	   margin-bottom: 1em;
	   margin-left: 2em;
	   margin-right: 2em;
	   text-align: justify;
	   }
.center {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 11pt;
	   margin-top: 0em;
	   margin-bottom: 0em;
	   margin-left: 1em;
	   margin-right: 1em;
	   text-align: center
       }
.text1 {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 10pt;
	   margin-top: 0.5em;
	   margin-bottom: 0.5em;
	   margin-left: 0.5em;
	   margin-right: 0.5em;
	   text-align: justify
       }	   
.text2 {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 11pt;
	   margin-top: 3px;
	   margin-bottom: 3px;
	   margin-left: 3px;
	   margin-right: 3px;
	   text-align: justify
       }
.indent {
       font-family: Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 11pt;
	   margin-top: 1em;
	   margin-bottom: 1em;
	   margin-left: 3em;
	   margin-right: 3em;
	   text-align: justify
}
.footer   a:link {
 color: #ffffff;
 }
.footer a:visited {
 color: #ffffff;
 }
.footer a:hover {
 color: #ffffff;
 background-color: #333333;
 }

