/* last edited on 9/3/02 by Charles Kemper */


/* link colors & effects */


a:link
  {
  color: #996600 ;
  text-decoration: underline ;
  }

a:visited
  {
  color: #990000 ;
  text-decoration: underline ;
  }
  
a:hover
  {
  color: #333333 ;
  text-decoration: underline ;
  }
  
a:active
  {
  text-decoration: underline ;
  color: #ff9900 ;
  }
	
	
/* font calls & colors */


.siteindex
  {
  font-family: arial, geneva, sans-serif;
  font-size: 11px ;
  color: #666666 ;
  font-weight: bold ;
  text-decoration: none ;
  }
	
.subtitle
  {
  font-family: arial, geneva, sans-serif;
  font-size: 16px ;
  font-style: italic ;
  font-weight: bold ;
  color: #333333 ;
  }
	
.mainnav
  {
  font-family: arial, sans-serif;
  font-size: 13px ;
  font-weight: bold ;
  }
	
.botnav
  {
  font-family: arial, geneva, sans-serif;
  font-size: 13px ;
  }
	
.spottext
  {
  font-family: arial, geneva, sans-serif;
  font-size: 11px ;
  }
	
.listtext
  {
  font-family: arial, geneva, sans-serif;
  font-size: 11px ;
  }
	
.olivetext
  {
  font-family: arial, geneva, sans-serif;
  font-size: 11px ;
  color: #666633 ;
  }
	
.sanstext
  {
  font-family: arial, geneva, sans-serif;
  font-size: 13px ;
  }
	
.sanstextsm
  {
  font-family: arial, geneva, sans-serif;
  font-size: 11px ;
  }
	
.citysearch
  {
  font-family: arial, geneva, sans-serif;
  font-size: 13px ;
  color: #004371;
  }
	
.sanstextlg
  {
  font-family: arial, geneva, sans-serif;
  font-size: 17px ;
  }
	
.sanshead
  {
  font-family: arial, geneva, sans-serif;
  font-size: 13px ;
  font-weight: bold ;
  }
	
.sansheadlg
  {
  font-family: arial, geneva, sans-serif;
  font-size: 16px ;
  font-weight: bold ;
  }
.redtext
  {
  font-family: arial, geneva, sans-serif;
  font-size: 13px ;
  color: red ;
  }
	
.redtextlg
  {
  font-family: arial, geneva, sans-serif;
  font-size: 15px ;
  color: red ;
  }
	
.subtext
  {
  font-family: times new roman, times, serif;
  font-size: 11px ;
  }

.subcat 
  {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
  }

	
h4
  {
  font-family: arial, geneva, sans-serif;
  font-size: 16px ;
  font-weight: bold ;
  color: #000000 ;
  }
	
h3
  {
  font-family: arial, geneva, sans-serif;
  font-size: 18px ;
  font-weight: bold ;
  color: #000000 ;
  }

.h5
  {
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px ;
  font-weight: bold ;
  color: #000000 ;
  }
	
.h4
  {
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px ;
  font-weight: bold ;
  color: #000000 ;
  }
	
.h3
  {
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px ;
  font-weight: bold ;
  color: #000000 ;
  }

.h2
  {
  font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px ;
  font-weight: bold ;
  color: #000000 ;
  }

.minihdr {
	font-family: arial, geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
}
.minispot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;}


td
  {
   text-align: left;
  }
.breadcrumbs {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.h5 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.eventlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sanstxtsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mileagetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F6F9F;
	font-weight: bold;

}
.mileagenum {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.white { color: #FFFFFF; }

.articleh1 { font-size: 18px; font-weight: bold; }
.articleh2 { font-size: 14px; }
.article { font-size: 11px; font-family: arial, geneva, sans-serif;
}
.article a:link { color: #663333; text-decoration:underline;}
.article a:visited { color: #666666; text-decoration:underline;}
.article  a:hover { color: #660000; text-decoration:none;}

.sidebartitle { color: #6e1a1a; font-size: 12px; }
.sidebartitle a:link { color: #6e1a1a; text-decoration:underline;}
.sidebartitle a:visited { color: #000033; text-decoration:underline;}
.sidebartitle a:hover { color: #660000; text-decoration:none;}



