a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #5CAB54;
}
a:active {
	text-decoration: none;
}
a:link {
	color: #366431;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p {
	font-family: "Cooper Black", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #366431;
}
.BackgroundNoRepeat {
	background-repeat: no-repeat;
}

.Content {
	background-image: url(BackContent.png);
	background-repeat: repeat-x;
	text-align:center;
	padding:10;
}
.ContentBottom {
	background-image: url(BackContentBottom.png);
	background-repeat: no-repeat;
	height:220;
}

