@charset "utf-8";
/* CSS Document */

/* Navigation */
header {
	width: 100%;
	height: 8%;	
	background-color: #52bad5;
	background-image: url("../images/BannerBrownGreen01.png");
	border-bottom: 1px solid #2C9AB7;
}
table.fatable { background: url("../../images/banner_blue02.png");  
width: 50%;}
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
p.MsoNormal {
margin-top:0in;
margin-right:0in;
margin-bottom:8.0pt;
margin-left:0in;
line-height:107%;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
}
.copyright {
	text-align: center;
	padding-top: 20px;	
	padding-bottom: 20px;
	background-color: #717070;
	/* color: #FFFFFF; */
	background: linear-gradient(to bottom right,pink, green);
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.faheader {
	text-align: center;
	padding-top: 20px;	
	padding-bottom: 20px;
	background-color: #717070;
	/* color: #FFFFFF; */
	background: linear-gradient(to bottom right,blue, pink);
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}