body {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	margin:auto;
	background-color: #013401;
	color: #013401;
	text-align:center;
}
.Container{
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.HeaderTop {
	height:217px;
	display:block;
	clear:both;
}
.Content {
	background-color:#ffffb7;
	width:755px;
	text-align:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	display:table;
}
.Content h1 {
	font:"Times New Roman", Times, serif;
	color:#013401;
	font-size:16px;
	font-weight:bold;
}
.Content h2 {
	font:"Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
}
.Content a {
	color:#C20202;
	text-decoration:none;
}
.Content a:hover {
	text-decoration:underline;
}
.Footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:775px;
	padding-top:5px;
	text-align:center;
	font-size:9px;
	display:block;
}
.FCS {
	color:#ffffb7;
	font-weight: bold;

}
.FCS a {
	font-weight: bold;
	text-decoration:none;
	color:#ffffb7;

}
.FCS a:hover{
	text-decoration:underline;
}

