body {
	background-color: #EEEEEE;
	background-image: url(images/cssBG.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.cssBGColumn {
	background-image: url(images/cssBGColumns.gif);
	background-repeat: repeat-y;
}

.cssBGColumnRight {
	background-image: url(images/cssBGColumnsRight.gif);
	background-repeat: repeat-y;
}
.txtDarkArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #312b2b;
}

.txtDarkArial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #312b2b;
}
.txtOrangeArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d63d14;
}

.txtLightArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #767470;
}

.txtDarkArialBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #312b2b;
}
.txtDarkArialBold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #312b2b;
}
.txtOrangeArialBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d63d14;
}
.txtFooterArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #312b2b;
}
.txtFooterArialOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #d63d14;
}
.cssBGColumnFullWidth {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d3d1ce;
	border-left-color: #d3d1ce;
}
.cssBottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C2BA;
}
