body {
  background-color:   #FFFFFF;
  font-family:        Arial, sans-serif;
  font-size:          small;
  color:              #000000;
}


a:link {
  color:              #003366;
  text-decoration:    underline;
}
a:visited {
  color:              #003366;
  text-decoration:    underline;
}
a:hover {
  color:              #CC9900;
  text-decoration:    none;
}


a:link.sideNav {
  color:              #003366;
  text-decoration:    none;
}
a:visited.sideNav {
  color:              #003366;
  text-decoration:    none;
}
a:hover.sideNav {
  color:              #CC9900;
  text-decoration:    none;
}

h2{
  color:              #CC9900;
  font-size:          medium;
  font-style:         italic;
}
h3{
  color:              #CC9900;
  font-size:          medium;
  font-weight:        bold;
}
h4{
  color:              #000000;
  font-size:          small;
}


.form {
 border-bottom:    #333333 1px solid; 
 border-right:    #333333 1px solid; 
 text-align: right;
}
input { 
 background-color: #efefef; 
 border: solid 1px #999999;
}
textarea { 
 background-color: #efefef; 
 border: solid 1px #999999;
}




