@charset "utf-8";
/* CSS Document */

.NavLinkOff {
	font-family: Arial;
	font-size: 12px;
	color: #4E6372;
	font-weight: bold;
	cursor: pointer;
}
.NavPipes {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
}

.NavLinkOn {
	font-family: Arial;
	font-size: 12px;
	color: #DF1C11;
	font-weight: bold;
	cursor: pointer;
}
.SubNavLinkOff {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	cursor: pointer;
}
.SubNavLinkOn {
	font-family: Arial;
	font-size: 11px;
	color: #EE2D24;
	cursor: pointer;
}
.BoldRed {
	font-family: Arial;
	font-size: 12px;
	color: #DF1C11;
	font-weight: bold;
}
.copyright {
	font-family: Arial;
	font-size: 11px;
	color: #EE2D24;
}
.NavSelected {
	font-family: Arial;
	font-size: 12px;
	color: #DF1C11;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EE281F;
	border-right-color: #EE281F;
	border-bottom-color: #EE281F;
	border-left-color: #EE281F;
}
.HeadingBlue {
	font-family: Arial;
	font-size: 16px;
	color: #4A6173;
	font-weight: bold;
}
.MainText {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.SubNavSelected {
	font-family: Arial;
	font-size: 11px;
	color: #EE2D24;
}
.HeadingRed {
	font-family: Arial;
	font-size: 16px;
	color: #df1c11;
	font-weight: bold;
}
.MainTextBoldBlue {
	font-family: Arial;
	font-size: 12px;
	color: #4E6372;
	font-weight: bold;
}
.frmInline {
	display: inline;
}
.MainTextBoldRed {
	font-family: Arial;
	font-size: 12px;
	color: #DF1C11;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EE281F;
	border-right-color: #EE281F;
	border-bottom-color: #EE281F;
	border-left-color: #EE281F;
}
.bdrOgry {
	border: 1px solid #CCCCCC;
}
.ErrorRed_TR_WithBdr {
	font-family: Arial;
	font-size: 12px;
	color: #DF1C11;
	font-weight: bold;
	background-color: #FEF2F1;
	border: 1px solid #CCCCCC;
}
.ErrorGreen_TR_WithBdr {
	font-family: Arial;
	font-size: 12px;
	color: #339900;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
