.rightcolumn {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: cccccc;
	background-color: 333333;
}
.leftcolumn {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	color: 000000;
	background-color: ffffff;
	height: 40px;
	width: 150px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: middle;






}
.leftcolumn a:link {
	color: 66cc99;
	text-decoration: underline;
	width: 150px;
	height: 40px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;





}
.leftcolumn a:visited {
	text-decoration: underline;
	height: 40px;
	width: 150px;
	color: #669999;
	padding-top: 10px;
	padding-bottom: 10px;

}
.leftcolumn a:hover {
	color: 333333;
	background-color: #FFCCCC;
	text-decoration: none;
	width: 150px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.leftcolumn a:active {
	color: 66cc99;
	text-decoration: underline;
	height: 40px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.rightcolumn a:link {
	color: ffcc00;
	text-decoration: underline;
}
.rightcolumn a:visited {
	color: fcc00;
	text-decoration: underline;
}
.rightcolumn a:hover {
	color: cccccc;
	text-decoration: none;
	background-color: 333333;
}
.rightcolumn a:active {
	color: ffcc00;
	text-decoration: underline;
}
