body {
	FONT-FAMILY: Arial, Helvetica, sans-serif 
}
.LargeGreyHeading {
	FONT-SIZE: 20px; 
	FONT-WEIGHT: bold; 
	color: #676767; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
.OrangeHeading {
	FONT-SIZE: 15px;
	FONT-WEIGHT: bolder;
	color: #FFAE13;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.WhiteHeading {
	FONT-SIZE: 15px;
	FONT-WEIGHT: bolder;
	color: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.normalBody {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	line-height: normal; 
	color: #2B0E0F;
}
.normalorangeBody { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 9pt; 
	color: #FFAE13; ; 
	font-weight: bold
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B0E0F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B0E0F;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFAE13;
	font-weight: bold;
	text-decoration: underlined;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFAE13;
	font-weight: bold;
	text-decoration: none;
}
.normalbold {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: normal;
	color: #2B0E0F;
	font-weight: bold;
	text-decoration: none;

}
.normalboldOrange {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	line-height: normal;
	color: #FFAE13;
	font-weight: bold;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2B0E0F;
	text-decoration: none;
}
.normal {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	line-height: normal; 
	color: #2B0E0F;
}
.blacktext {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.blacktextbold {
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 11px; 
	line-height: normal; 
	color: #000000;
	font-weight: bold;
}
.largeheadlinetext {
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 12pt; 
	line-height: normal; 
	color: #2B0E0F;
	font-weight: bold;
}

.NameExtentions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B0E0F;
}
.smallfontorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFAE13;
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px dotted #170000;
	height: 1px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 8px;
	width:auto;
	color:#FDFBE8;
  }