  /* Base Font Style */
  body, td, div, span, ul, li {
	font-family: Verdana;
	font-size: 14pt;
	color: #000066;
	font-weight: bold;
  }

  /* Regular Links */
  a:link {
    color: blue;
    font-weight: bold;
    text-decoration: underline
  }
  a:active {
    color: red;
    font-weight: bold;
    text-decoration: underline
  }
  a:visited {
    color: blue;
    font-weight: bold;
    text-decoration: underline
  }
  a:hover {
    color: red;
    font-weight: bold;
    text-decoration: underline
  }

  /* Menu Links */
  a.menu:link {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:active {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:visited {
    color: white;
    font-weight: bold;
    text-decoration: none
  }
  a.menu:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline
  }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.orangebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000033;
	background-color: #FF9933;
}
