body {
   background-color: #ffffff;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;   
}

h2 {
   font-family: georgia;
   font-size: 14pt;
   font-weight: normal;
   color: #3F3F28;
   margin-bottom: 0px;
}

h3 {
   font-family: georgia;
   font-size: 14pt;
   font-weight: normal;
   color: #3F3F28;
   margin: 0px;
}

h1 {
   font-family: georgia;
   font-size: 18pt;
   font-weight: normal;
   color: #282827;
   }

p {
   font-family: arial;
   font-size: 10pt;
   color: #3F3F28;
}

td {
   font-family: arial;
   font-size: 10pt;
   color: #3F3F28;
}

a {
   color: #D0001F;
   text-decoration: none;
}

a:visited {
   color: #D0001F;
   text-decoration: none;
}

a:hover {
   color: #D0001F;
   text-decoration: underline;
}

img {
	border-color: #ffffff;
}

ul {
   list-style-type: square;
   font-family: arial;
   font-size: 10pt;
   color: #3F3F28;
}