.TopNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.TopNav:alink {
	text-decoration: none;
}

.TopNav:hover {
	font-weight:bold;
}

.TopNav:visited {
	text-decoration: none;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}

.Normal:alink {
	text-decoration: none;
}

.Normal:visited {
	text-decoration: none;
}

.Normal:hover {
	text-decoration: underline;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E70106;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.BoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.BoldText:alink {
	text-decoration: none;
}

.BoldText:visited {
	text-decoration: none;
}

.BoldText:hover {
	text-decoration: underline;
}

.BoldRedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E70106;
}

.BoldRedText:alink {
	text-decoration: none;
}

.BoldRedText:visited {
	text-decoration: none;
}

.BoldRedText:hover {
	text-decoration: underline;
}


.Breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #E70106;
	text-decoration: none;
}

.Breadcrumb:alink {
	text-decoration: none;
}

.Breadcrumb:visited {
	text-decoration: none;
}

.Breadcrumb:hover {
	text-decoration: underline;
}

