.bgleft {
	background-image: url(img/bg-left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bgright {
	background-image: url(img/bg-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bgcontent {
	background-color: #FFFFE1;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bg-columnhome {
	background-image: url(img/bg-twocolumn.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFE1;

}
a:link {
	font-weight: bold;
	color: #CC6600;
}
a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}
.bg-maincolumn {
	background-image: url(img/bg-twocolumn2.gif);
	background-repeat: repeat-y;
	background-color: #FFFFE1;
}
.menu-header {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.maintitle {
	font-size: 18px;
	font-weight: bold;
	color: #669933;
}
.subheader {
	font-size: 16px;
	color: #4A7025;
	font-weight: bold;
}
