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

.text-body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	color: #7d7d7d;
}

.text-nav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	color: #999;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

.text-copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

.link-body, .link-body a:link, .link-body a:visited, .link-body a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 200%;
	font-weight: bold;
	color: #2C7BC7;
	text-decoration: none;
}

.link-body a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 200%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


.link-nav, .link-nav a:link, .link-nav a:visited, .link-nav a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.link-nav a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 200%;
	font-weight: bold;
	color: #2C7BC7;
	text-decoration: none;
}


.link-footer, .link-footer a:link, .link-footer a:visited, .link-footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.link-footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-decoration: none;
}


#footer-bg {
	float: none;
	background-image: url(images/bg-strip-footer-cf.gif);
	background-repeat: repeat;
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: 248px;
}

.footer-box {
	height: 248px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer-text-box {
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}


a img {

border:none;

}


html {
    -webkit-text-size-adjust: 100%;
}
