/* Panel-Tec CSS Style Sheet */

/* Specify blanket rules for all elements */

body {
  margin:10px;
  padding:0 0 0 0;
  font:normal 10px Verdana, Arial, Sans-serif;
}


/* Place holders */

#footer {
  clear:both;
  padding:2px 3px 3px 3px;
  margin:3px 3px 5px 3px;
  background:#004650;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #666666;
  font-size:10px;
  font-weight:bold;
  text-align:center;
}

.dotted_pad {
  border:1px;
  border-style:dotted;
  border-color:#ADB7C0;
  padding-left:5px;
}

.dotted {
  border:1px;
  border-style:dotted;
  border-color:#ADB7C0;
}

/* Basic Fonts */

.link_bars {
  font-size: 10;
  font-weight: bold;
}

.bold_title {
  color:#013799;
  font-weight:bold;
}

.blue_text {
  color:#013799;
}

/* Below is for the navigation */

a {
  color:#013799;
  font-size: 10;
  font-weight: bold;
  text-decoration:none;
} a:visted {
  color:#013799;
  font-size: 10;
  font-weight: bold;
  text-decoration:none;
} a:hover {
  color:#013799;
  font-size: 10;
  font-weight: bold;
  text-decoration:underline;
}

a.intext {
  color:#013799;
  font-size: 12;

  text-decoration:none;
} a.intext:visted {
  color:#013799;
  font-size: 12;

  text-decoration:none;
} a.intext:hover {
  color:#013799;
  font-size: 12;

  text-decoration:underline;
}

/* end navigation code */