body {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding: 0;
   border: none;
}

p  {
	text-align:justify;
	}

h1 { 
   font-family: verdana, arial, helvetica, sans-serif;
   text-align: center;
   font-size: 22pt;
}

h2 { 	
   font-size: 16px; 
}

h3 { 
   font-size: 12px;
   text-decoration: underline;
}

h4 { 
   font-size: 11px; 
   color: #e70000;	
}

h5 { 
   font-size: 9pt;
   text-align: left;
   line-height: 18px;
   background-color: #243a74;
   color: #fff;
   font-weight: bold;
   font-family: verdana, arial, helvetica, sans-serif;
   border: 1px solid #243a74;
   margin: 0;
   padding: 5;
}


a:link {
   text-decoration: underline
   color: #00FF00;
   font-weight: bold;
   background: transparent;
}

a:visited {
   color: #FF0000;
   background: transparent;
}

a:hover,
a:active {
   color: #0000FF;
}


img {
   vertical-align:  baseline;
   margin: 0;
   padding: 0;
   border: none;
}

hr {
   color: #FFFFFF;
   background: transparent;
   height: 1px;	
   margin: 1em 0;
   padding: 0;
}

li {
   margin: 0;
   padding: 0;
}

table {
margin: 10px;
border: 1px
}

td {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
   padding: 5px;
   border: 1px solid #7c9abc;
   background:#243a74;
}