body {
	background-image: url(../images/cdc-bg.jpg);
	background-repeat: repeat-x;
	background-color: #98C700;
}
.border-left {
	background-color: #FFFFFF;
	background-image: url(../images/cdc-template_12.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.border-right {
	background-color: #FFFFFF;
	background-image: url(../images/cdc-template_15.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.menu {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.menu:hover {
	text-decoration: underline;
}
.title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #98C700;
	text-decoration: none;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
