.hl a {
   color: #0f9715;
   font-weight: bold;
   font-size: 12pt;
   background-color: transparent;
   text-decoration: none;
  }

.hl a:link
   {
   color: #0f9715;
   font-weight: bold;
   font-size: 12pt;
   background-color: transparent;
   text-decoration: none;
   }

.hl a:visited
   {
   color: #0f9715;
   font-weight: bold;
   font-size: 12pt;
   background-color: transparent;
   text-decoration: none;
   }

.hl a:active
   {
   color: #0f9715;
   font-weight: bold;
   font-size: 12pt;
   background-color: transparent;
   text-decoration: none;
   }

.hl a:hover
   {
   color: #E80202;
   font-weight: bold;
   font-size: 12pt;
   background-color: transparent;
   text-decoration: none;
   }

p
   {
   font-size: 10pt;
   }

H1
   {
   font-size: 13pt;
   }


.hmenu
  {
  background-color: #120A8F;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #ffffff;
  }

.hmenu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
  font-family: Arial;
}

.hmenu a:hover {
  color: #cccccc;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
  font-family: Arial;
}

table.main {
	border-width: 10px 10px 10px 10px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #120A8F #120A8F #120A8F #120A8F;
	border-collapse: collapse;
	background-color: white;
        width: 800px;
}
table.main th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
        background-color: #120A8F;
        height: 40px;
}

.content {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #FFFFFF;
}
