@charset "windows-1252";     

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000099;
  text-decoration: none;
}

A:hover {
  color: #000099;
  text-decoration: underline;
}

A.subcat {
  color: #ff0000;
  text-decoration: none; 
  font-size: 9px;
}

A.subcat:hover {
  color: #ff0000;
  text-decoration: underline;
  font-size: 9px;
}


.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
.mainlinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
} 
.heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
} 

TABLE.leftcol {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

