/* CSS Document */
a:link {
	color: #D14029;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
  color: #D14029; 
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	color: #8B001A;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #D14029;
	text-decoration: none;
	font-weight: bold;
}	
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5A5A5A;	
	line-height: 16px;
	text-align: left;
	text-transform: none;
}
.bodystylebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #939393;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	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;
}
.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;
}
.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;
}
.bodystylesmallitalwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	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;
}
.headwhitelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 26px;
	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;
}

