@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
a:link {text-decoration:none;}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Navigation */
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 0px;
}
nav ul{
	list-style: none;
}
nav ul li {
	float: right;
	color: #000000;
	font-size: 1rem;
	text-align: right;
	width:90px;
	margin-right: 5px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000000;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}

table{
	table-layout: fixed !important;
	width: 100% !important;
	border-collapse:collapse;
	border:0;
	font-size:0.23rem;
 }
.moreCell{
	max-width: 80%;
}

.copyright {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 1px;
	color: #717070;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.icpText{
	text-align: center;
	color: #717070;
}