.body {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.subhead {
	font-family: times;
	font-size: 15px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.bodybold {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bodysmall {
	font-family: verdana;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	}
	
.bodysmallb {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.bodyblue {
	font-family: verdana;
	font-size: 10px;
	line-height: 15px;
	color: #003366;
}
.bodyred {
	font-family: verdana;
	font-size: 12px;
	color: #993333;
	line-height: 18px;
}
	
.navred {
	font-family: verdana;
	font-size: 12px;
	color: #993333;
	font-weight: bold;
	line-height: 22px;
}

.navredhiglight {
	font-family: verdana;
	font-size: 12px;
	color: #D63647;
	font-weight: bold;
	line-height: 22px;
}


.bodyblueitalic {
	font-family: verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}



.box {/*this is a box */
  background: #E7E7DC;
  color: #666666;
  width:  300px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  padding : 5px;
  margin: 2px;
  border-color: #A56033;
  border-style: solid;
  border-width: 2px;/* the border property in longhand*/
}


.box2 {/*this is a box */
  background: #A56033;
  color: #ffffff;
  font-weight: bold;
  width:  300px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  padding : 5px;
  margin: 2px;
  border-color: #A56033;
  border-style: solid;
  border-width: 2px;/* the border property in longhand*/
  }
