
body { 
  background: #264061;
  font: 12px Arial;
  color: #FFFFFF;
  margin: 0px
}

h1 {
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps
}

p
{ color: #FFFFFF;
  font-size: 12px
}

p.menu
{ color: #FFFFFF;
  font-size: 12px
}

li { font-size: 12px }

img {
  border-width: 0px;
  padding-left: 4px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px; }

a { font-size: 12px }

a.big { font-size: 16px }

a:link {
  text-decoration: none;
  color: #FFFFFF }

a:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: #FFFFFF }

a:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: #FFFFFF }

a.nostyle:hover {
 text-decoration: none;
 border-bottom-width: 0px; }

a:visited {
  text-decoration: none;
  color: #FFFFFF }


a.menu:link {
  text-decoration: none;
  color: #FFFFFF }

a.menu:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: #FFFFFF }

a.menu:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: #FFFFFF }

a.menu:visited {
  text-decoration: none;
  color: #FFFFFF }


address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }


.indent5 {
  padding-left: 5px; }


.indent15 {
  padding-left: 15px }

.menuBG{
background:url(/imaging/menu_background.png) no-repeat;
vertical-align: top;
}

