<!--palatino not good -->

testFont{
}

h1 {
  font-weight: normal;
  font-family: Gill sans, georgia, Helvetica, Geneva, Verdana, Arial, SunSans-Regular, sans-serif;
  color: black;
  font-size: large;
}

h2 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: Gill sans, georgia, Helvetica, Geneva, Verdana, Arial, SunSans-Regular, sans-serif;
  color: black;
  font-size: medium;
  padding-left: 10; 
}

h3 {
  font-weight: normal;
  font-family: Gill sans, georgia, Helvetica, Geneva, Verdana, Arial, SunSans-Regular, sans-serif;
  color: black;
  font-size: medium;
  padding-left: 10; 
}

a:link {
  text-decoration: none;
  color: #000066;
  background-color: #F6F6F6;
}

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

a:hover { 
  text-decoration: underline;
  }

a:active { }


.name {
  font-size: xx-large;
  font-family: verdana, century gothic, georgia;
  color: #000044;
  background: none;
  font-weight: bold;
  text-align: left;
  padding-left: 5;
  padding-top: 15;
}

.name2 {
  font-size: medium;
  font-family: gill sans, georgia, verdana, century gothic, georgia;
  color: charcoal;
  background: none;
  font-weight: normal;
  text-align: left;
  padding-left: 10; 
}

p
{
 font-family: garamond, georgia, times;
  background: none;
  font-weight: normal;
  padding-left: 0;
  font-size: medium;

}

.serifFont {
  font-family: garamond, georgia, times;
  background: none;
  font-weight: normal;
  padding-left: 0; 
  font-size: medium;
}

ul {
  font-family: garamond, georgia, times;
  background: none;
  font-weight: normal;
  font-size: medium;
}

ol {
  font-family: garamond, georgia, times;
  background: none;
  font-weight: normal;
  font-size: medium;
}

.serifFontDiscreet {
  font-family: garamond, georgia, times;
  background: none;
  font-weight: normal;
  padding-left: 0; 
  font-size: medium;
  
}

.sansFont {
  font-family: Gill sans, georgia, verdana, arial, Helvetica, Geneva;
  background: none;
  text-align: left;
  font-size: medium;
}

.menuFont {
  font-family: gill sans, georgia, arial, Helvetica, Geneva;
  color:#000066;
  font-size: medium;
  line-height: 110%;
  background-color: #EAEAEA;
}

.menuFont a:link {background-color:#EAEAEA;}

.pubFont {
  font-size: medium;
  font-family: times;
  padding-left: 10; 
}

table.menuTable{
  border-spacing: 0, 0;
}

hr.thin {
            color: #000000;
            background-color: #000000;
            height: 1px;
            border: 0;
            width: 100%;
        }

tr.bottomrow, td.bottomrow{ 
	border-bottom: 1px solid #000000;
	empty-cells: show; 
}

tr.toprow, td.toprow{ 
	border-top: 1px solid #000000;
	empty-cells: show; 
}
