.body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
A.set1:link {
	color: #ffcc33;
	text-decoration: underline;
}
A.set1:hover {
	color: #ffcc33;
	text-decoration: none;
}
A.set3:link {
	color: #cccc99;
	text-decoration: underline;
}
A.set3:hover {
	color: #cccc99;
	text-decoration: none;
}
.headerbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
.headerbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ffCC33;
}
.disclaimer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}
.TableTitle {
	font-weight: bold;
	color: #FFCC00;
	background-color: #000066;
}
.header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #d50a00;
	font-weight: bold;
}
.picborder {
	border: 1px solid #FFFFFF;
	margin: 0px 10px 7px 0px;
}
.wordtitle {
	font-weight: bold;
	color: #d50a00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
.mainboxcopy {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 17px;
	font-family: "Palatino Linotype";
}
.headerbiggergrey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #333333;
}
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.textsizered {
	font-size: 3mm;
	color: #FF0000;
}
.highlights {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 11pt;
}
.highlightaqua {
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	color: #0066cc;
	font-weight: bold;
	font-style: italic;
	line-height: 11pt;
}
A.set2:link {
	color: #FFFFFF;
	text-decoration: none;
}
A.set2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subheader {

	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	line-height: 12pt;
}
.redsubheader {

	font-weight: bold;
	color: #d50a00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}
.redsubheader2 {


	font-weight: bold;
	color: #d50a00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  background: #555;
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover { background: #666; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}