body {
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #3F4B58;
	background-color: #ABD684;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clip: rect(auto,auto,auto,auto);
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	
}.black_ink {
	color: #000000;
}
.balck_ink_strong{
	font-weight:bolder;
	color:#000000;
	font-size:14;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	color:#000000;
}
a {
	text-decoration: none;
	color: #000000;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.news{
	font-size:12px;
	color:#000000;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}

.white_text{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bolder;
	}
.size12
{
font-size:12px;
}
.size12bold
{
font-size:12px;
font-weight:bolder;
}
