body {
	background-color: #dedfe3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.borderGray {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d8d9de;
	border-bottom-color: #d8d9de;
}

.txtDarkArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46535b;
}
.txtBlueArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010252;
}
.txtGrayArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
.txtBlueArial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010252;
}
.txtGrayArialSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7c88;
}
.txtGrayArialBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
}


