body {
	font-family: tahoma, helvetica, verdana;
	font-size: 11px;
	background-color: #4f6e22;
	margin: 0px;
	color: #394f01;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

td {
	font-family: tahoma, helvetica, verdana;
	font-size: 11px;
	color: #506c0b;
}


a:link, a:visited, a:active {
	color: #9e4040;
	text-decoration: none;
}

a:hover {
	color: #9e4040;
	text-decoration: underline;
}

.bg_left {
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 8px;
}

.bg_center {
	background-color: #e9f9c5;
	text-align: left;
	width: 725px;
	padding: 0px 15px 0px 15px;
}

.bg_right {
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	width: 8px;	
}
.content {
	padding: 15px 5px 10px 5px;
}

.color1 {
	color: #9e4040;
	font-weight: bold;
}
