body {  margin-left: 5%;
	margin-right: 5%; 
	margin-top: 0%; 
        margin-bottom: 0%;
     	background-color:  #FFFFFF;
     	background-attachment: fixed;
     	background-position: 0px 0px
     }

     
a:link {
         color: #353030;
         text-decoration:none;
		}     /* unvisited link */
a:visited {
		 color: #353030;
		 text-decoration:none;
		 }  /* visited link */
a:hover {
		color: #737373;
		text-decoration: none;
		}   /* mouse over link */
a:active {
		color: #353030;
		text-decoration: none;
		}   /* selected link */


p {
   margin-top: -10px;
   font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 11pt;
   font-style: normal;
   font-weight: normal;

}

li {
   font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 11pt;
   font-style: normal;
   font-weight: normal;
   list-style-type: square;

}

ul {
   margin-top: -10px;
   font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 11pt;
   font-style: normal;
   font-weight: normal;
   list-style-type: square;

}

h1 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 15pt;
   line-height: 18pt;
   font-style: normal;
   font-weight: bold;

}

h2 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 12pt;
   line-height: 11pt;
   font-style: normal;
   font-weight: bold;
   text-align: center;

}

h3 {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   line-height: 11pt;
   font-style: normal;
   font-weight: bold;

}

td  {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size:10pt;
		font-weight: normal;
		color: black;
		text-align: left;
		vertical-align:top;		
}

th  {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size:12pt;
		color: white;
   		font-weight: bold;
		text-align: left;
		background-color:#000080;
		
}


