@media print {
  body { display:none }
}

body{
  font-family: Times New Roman,sans-serif;
  font-size: 80%;
  color: #333333;
  line-height: 1.166;
  margin: 0px;
  padding: 0px;
  background-color: #999999;
}

a{
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
}

a:link{
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
}

a:visited{
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover{
  color: #000000;
  text-decoration: none;
}

h1{
  font-family: Times New Roman,sans-serif;
  font-size: 22px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}

h2{
  font-family: Times New Roman,sans-serif;
  font-size: 20px;
  color:#FF0000;
  margin: 0px;
  padding: 0px;
}

h3{
  font-family: Times New Roman,sans-serif;
  font-size: 18px;
  color:#FF0000;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Times New Roman,sans-serif;
  font-size: 16px;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

h5{
  font-family: Times New Roman,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#bold_text{
  font-weight: bold;
  font-family: Times New Roman,sans-serif;
  font-size: 16px;
}

#form_header{
   background-color: #000000;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 12px;
   width: 660px;
}

#form_main{
   background-color: #FFFFFF;
   font-weight: bold;
   font-size: 14px;
}

#header{
  padding: 0px;
  border-bottom: 1px solid #E2EAEF;
  height: 220px;
  width: 100%;
  background-image: url(images/Header.jpg); 
  background-repeat: no-repeat;
  background-position: top right;
}

#nav {
  padding: 12px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  border-right: 1px solid #E2EAEF;
  background-color: #FFFFFF;
  font-family: Times New Roman,sans-serif;
  font-size: 15px; 
  font-weight:bold;
  width: 190px; 
  color: #CC0000;
}

#main{
background-color: #FFFFFF;
font-family: Times New Roman!Important;
font-size: 16px;
}

#divider{
color: #999999;
}

#footer {
  padding: 7px;
  border-bottom: 1px solid #E2EAEF;
  border-top: 1px solid #E2EAEF;
  background-color: #000000;
  font-family: Times New Roman,sans-serif;
  font-size: 90%;  
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
}

.style42 {font-weight: bold; color: #003463; font-size: 12px; }
.style45 {font-size: 12px; font-weight: bold;}
