/* CSS Document */

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  }

p,li,td,th,blockquote,input,textarea,option {
  font-size: 11px;
  }
  
h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #300;
  padding: 0px 0px 2px 0px;
  }


a {
  color: #630;
  }

a:visited {
  color: #630;
  }

a:hover {
  color: #c60;
  }

/*
 * Primary Navigation Styles
 */
 
.mainnav_off {
  font-size: 10px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 8;
  background-color: #999;
  }

td.mainnav a {
  font-size: 10px;
  line-height: 22px;
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
  padding: 8;
  background-color: #000;
  }
  
td.mainnav a:visited {
  font-size: 10px;
  line-height: 22px;
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  }

td.mainnav a:hover {
  color: #fff;
  background-color: #666;
  }

/*
 * Secondary Navigation Styles
 */

.smallTextWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}

.smallTextBlk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

@font-face {
    font-family: Tempus Sans ITC;
    font-style:  normal;
    font-weight: normal;
    src: url(../TEMPUSS0.eot);
  }
