body {
  background-image:url('graphics/back.gif');
  font-family:arial,helvitica,sans-serif;
  font-size:14px;
  text-align:justify;
  color:#000000;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}

td {
   font-size:14px;
   text-align:justify;
}

p {
   text-align:justify;
}

a:link {
  color: #cc0000;
  text-decoration: underline;
  background: transparent;
}

a:active {
  color: #cc0000;
  background: transparent;
}

a:visited {
  color: #bb0000;
  background: transparent;
}

h1 {
  font-size : 18px;
  color : #000000;
  font-weight: bold;
  font-style:italic;
  text-align : right;
  margin:0px;
}

h2 {
  font-size : 22px;
  color : #bb0000;
  font-weight: bold;
  text-align:center;
  margin:0px;
}

h3 {
  font-size : 15px;
  color : #bb0000;
  font-weight: bold;
  display:inline;
}

font.small {
  font-size:11px;
  color:#000000;
}

hr {
   border:0;
   color:#333333;
   background-color : #333333;
   height:1px;
   width:300px;
}

#topl {
   background-image:url(graphics/topl.gif);
   background-repeat:no-repeat;
   width:21px;
   height:23px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#topm {
   background-image:url(graphics/topm.gif);
   background-repeat:repeat-x;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#topr {
   background-image:url(graphics/topr.gif);
   background-repeat:no-repeat;
   width:26px;
   height:23px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#midl {
   background-image:url(graphics/midl.gif);
   background-repeat:repeat-y;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#midm {
   height:23px;
   margin:0px 0px 0px 0px;
   padding:10px 10px 5px 10px;
}

#midr {
   background-image:url(graphics/midr.gif);
   background-repeat:repeat-y;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#botl {
   background-image:url(graphics/botl.gif);
   background-repeat:no-repeat;
   width:21px;
   height:28px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#botm {
   background-image:url(graphics/botm.gif);
   background-repeat:repeat-x;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#botr {
   background-image:url(graphics/botr.gif);
   background-repeat:no-repeat;
   width:26px;
   height:28px;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

div#nav {
  float:right;
  width:170px;
  margin-left:20px;
}

div#nav ul#menu {
  list-style:none;
  margin:0px;
  padding:0px;
}

div#nav ul#menu li {
   padding:1px;
}

div#nav ul#menu li a {
   display:block;
   width:160;
   padding:0px 5px 0px 5px;
   background-color:#aa0000;
   border-bottom:solid 3px #770000;
   border-top:solid 3px #dd0000;
   border-right:solid 3px #770000;
   border-left:solid 3px #dd0000;
   font-size:15px;
   font-weight:bold;
   text-decoration: none;
   color:#f6f6c5;
   text-align:center;
}

div#nav ul#menu li a:hover {
   background-color:#cc0000;
   border-bottom:solid 3px #990000;
   border-top:solid 3px #ff0000;
   border-right:solid 3px #990000;
   border-left:solid 3px #ff0000;
   color:#ffffff;
   text-decoration:none;
}

div#nav ul#menu a img {
   display:block;
}




