body {
   background-color: #FFFFFF;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}

h2 {
   font-family: arial;
   font-size: 12pt;
   text-decoration: bold;
   color: #095099;
}

h1 {
   font-family: arial;
   font-size: 16pt;
   text-decoration: bold;
   color: #095099;
}

p {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}

td {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}

a {
   color: #095099;
   text-decoration: none;
}

a:visited {
   color: #095099;
   text-decoration: none;
}

a:hover {
   color: #0D76DF;
   text-decoration: none;

}

img {
	border-color: #095099;
}

ul {
   list-style-type: disc;
   color: #000000;
   font-family: arial;
   font-size: 10pt;
}