* {
  margin:  0px;
  padding: 0px;
}

body {
  margin-right:  0px;
  margin-left:   0px;
  margin-top:    0px;
  margin-bottom: 0px;
}

div,span,td,a {
  font-family: arial,helvetica,sans-serif;
}

p {
  font-size:    11px;
  line-height:  15px;
  margin: 0 0 13px 0;
}

a {
  text-decoration: none;
}

a img {
  border:none;
}

a:hover{
  cursor:pointer;
}

h1 {
  font-size:    25px;
  line-height:  30px;
  font-weight:  normal;
}

h2 {
  font-size:    16px;
  line-height:  20px;
  font-weight:  bold;
}

#logoLayer {
  position: absolute;
  left:     66px;
  top:      19;
  z-index:  100;
}

#bgLinesLayer {
  position:             absolute;
  top:                  189px;
  left:                 0;
  width:                100%;
  background-repeat:    repeat-x;
  background-position:  top left;
  z-index:              0;
}

a.navLink {
  display:       block;
  font-size:     11px;
  line-height:   12px;
  color:         #000066;
  height:        13px;
  width:         200px;
  margin-bottom: 5px;
}

a.navLink:hover {
  color:#c79029;
}

a.navLink img {
  display:              inline;
  position:             static;
  width:                14px;
  height:               11px;
  background-image:     url(../_common/nav_arrow.gif);
  background-repeat:    no-repeat;
  background-position:  top left;
}

a.navLink:hover img {
  display:              inline;
  position:             static;
  width:                14px;
  height:               11px;
  background-image:     url(../_common/nav_arrow.gif);
  background-repeat:    no-repeat;
  background-position:  bottom left;
}
