/* CSS Document */
a:link {
	color: #F3771D;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
  color: #F3771D; 
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	color: #767776;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #F3771D;
	text-decoration: none;
	font-weight: bold;
}	
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystyleyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFC55E;	
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylewhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;	
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystyleboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystyleboldyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFC55E;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystyleitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.serifitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
	text-transform: none;
}
.bodystyleitalicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-transform: none;
}
.bodystylesmallital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-transform: none;
}
.bodystylesmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	text-transform: none;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-transform: none;
}
.headwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-transform: none;
}
.headyellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFC55E;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-transform: none;
}
.headbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-transform: none;
}
.headboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-transform: none;
}
.headwhitelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	text-transform: none;
}
