p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #356667;
	font-weight: bold;
}
.spotlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #004E60;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	list-style-type: disc;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #86B3AE;
}
a:link {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #013467;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
	font-weight: bold;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #356667;
	font-weight: bold;
}
.maincategory {
	font-size: 12px;
	font-weight: bold;
	color: #FDE877;
	line-height: 20px;
	text-transform: uppercase;
}
.spotlightheader {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	list-style-type: disc;
	color: #333333;
}
.box a:link {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.box a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.box a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

/* Zip Code Finder CSS */
table.results {
  width:800px;
  background-color:#FFFFFF;
}

th.results { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color:#001346;
  padding:5px;
  background-color:#BDC8DA; 
} 

td.results_odd { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  padding:5px; 
  background-color:#eef; 
  padding: 30px 30px 15px 20px;
  line-height:130%;
}

td.results_even { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  padding:5px;
  padding: 30px 30px 15px 20px;
  line-height:130%;
}

td.results_name { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  padding:5px; 
  text-align: center;
  width:100px;
}

td.results_even_name { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  padding:5px;
  background-color:#eee; 
  text-align: center;
  width:100px;
}

input.submitLink {
  color: #00f;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  cursor: hand;
}

input.submitLinkCurrentPage {
  color: #000;
  background-color: transparent;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

