@charset "utf-8";
/* CSS Document */


.boldblk {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
.boldblk2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.redsub {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: x-large;
	font-weight: bold;
	color: #d50030;
}
.redsub2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #d50030;
}
.hdrlinks {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
  .hdrlinks a {
  color: #fff;
  text-decoration:none;<
  }
  .hdrlinks a:visited {
  color: #fff;
  text-decoration:none;
  }
  .hdrlinks a:hover {
  color: #d50030;
  text-decoration: underline;
  }
  .hdrlinks a:active {
  color: #d50030;
  text-decoration: underline;
  }
.hdrlinks2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
  .hdrlinks2 a {
  color: #fff;
  text-decoration:none;<
  }
  .hdrlinks2 a:visited {
  color: #fff;
  text-decoration:none;
  }
  .hdrlinks2 a:hover {
  color: #000;
  text-decoration: underline;
  }
  .hdrlinks2 a:active {
  color: #000;
  text-decoration: underline;
  }
.whtext {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.teeny {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 9px;
	line-height: 90%;
	font-weight: normal;
	color: #000000;
}
.titletxt {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: small;
	color: #000000;
}
.bksub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
body {
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
 a {
	font-size: small;
	font-family: Trebuchet MS, Arial, Helvetica, san-serif;
	color: #666;
	text-decoration: none;
}
 a:visited {
	color: #666;
	text-decoration: none;
}
 a:hover {
	color: #d50030;
	text-decoration: underline;
}
 a:active {
	color: #d50030;
	text-decoration: underline;
}
 a:link {
	text-decoration: none;
}