body,div,p,pre,h1,h2,h3,h4,ul,li {  
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	background-color: #DEEBDB;
	}
a {
	font-weight: bold;
	text-decoration:none;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #006600;
}
a:hover {
	decoration:underline;
}
/* admin styles */
.choicebgc {
	background-color: #DEEBDB;
}
.ta-tblr {
	border-top-width:1px; border-top-style:solid; border-color:#666666;
	border-bottom-width:1px; border-bottom-style:solid;  
	border-left-width:1px; border-left-style:solid; 
	border-right-width:1px; border-right-style:solid;
}
.ta-blr {
	border-bottom-width:1px; border-bottom-style:solid; border-color:#666666;
	border-left-width:1px; border-left-style:solid; 
	border-right-width:1px; border-right-style:solid;
}
.ta-lr {
	border-left-width:1px; border-left-style:solid; border-color:#666666;
	border-right-width:1px; border-right-style:solid;
}

