@charset "utf-8";
/* CSS Document */

.centerbox {
	background-color: #7D95AF;
}
td {
	background-color: #26354A;
	font-size: 16px;
}
.centerboxLink {
	font-size: 12px;
	font-weight: bold;
	color: #26354A;
	background-color: #7D95AF;
}
.featurette {
	height: auto;
	width: auto;
	padding: 0px 5px 5px 5px;
	text-align: justify;
}
.featurette img {
	padding-top: 0px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}
h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
body {
	background-color: #26354A;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline overline;
}
.featuretteCen td {
	height: auto;
	width: auto;
	background-color: #7D95AF;
}

