body,td,th {
	font-family: Verdana, Arial, Helvetica,Trebuchet MS;
	color: #000000;
	font-size: 13px;		
}
body {
	background-color: #FFFF00;
}
h1 {
	font-family: Verdana, Arial, Helvetica,Trebuchet MS;
	font-size: 18px;
}

.button {
	font-family: Verdana, Arial, Helvetica,Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}
.seoLinks {
	font-size: 9px;
}
.webLinks {
	font-size: 11px;
}
.copyrightText {
	font-size: 11px;
	font-style: italic;
}
.tb {
	font-size: small;
	font-family: Verdana, Arial, Helvetica,Trebuchet MS;
}



#navlist {
  font-family: Verdana, Arial, Helvetica,Trebuchet MS;
  margin: 0;/*removes indent IE and Opera*/
  padding: 0;/*removes indent Mozilla and NN7*/
  list-style-type: none;/*turns off display of bullet*/
  width: 100px;
}
#navlist a {
  display: block;
  height: 30px;
  border: none;
  background-color: white;
  color: black;
  font-size: 95%;
  font-weight: bold;
  line-height: 30px;/* this value must match the height in order to center vertically the text*/
  text-decoration: none;
}
#navlist a:hover {
  color: #000000;
  background-color: #ffff00;
}
#navlist a.noborder {
  border-bottom: none;
}
