body {
	background-image: url('imgs/bg1.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 13px;
	line-height: 19px;

}

td {
	font-family: Verdana;
	font-size: 13px;
	line-height: 19px;

}

h1, h2 {
	font-size: 200%;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 0.3em;
	font-family: "Times New Roman", Times, serif;
}

.content {
	background-color: White;
	padding: 14px;
	border: 1px solid #518700;
	margin-top: 10px;
	margin-bottom: 17px;
}
.content-side {
	background-color: White;
	padding: 14px;
	border: 0px solid #dddddd;
	margin-bottom: 17px;
}
a:link {
COLOR: #CC0000;

}

#ft {
	background-image: url('imgs/ftr.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #6f9c18;
	height: 40px;
	padding: 14px 0px;
	font-size: 85%;
	width: 100%;
}

