.OrangeHeader {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}

.OrangeTxtNormal {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
}

.OrangeTxtNormal_12 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF3300;
}

.OrangeTxtBoldSmall {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
}

.GreyTxtNormal {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.GreyTxtBold {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.GreyTxtNormal_12 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.GreyTxtBold_12 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

a.OrangeUL:link {
	color:#CC0033;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.OrangeUL:active {
	color:#CC0033;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a.OrangeUL:visited {
	color:#CC0033;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
a.OrangeUL:hover {
	color:#000000;
}

