@charset "UTF-8";
.tblGreen {
	background-image: url(images/grTbl_bg.jpg);
	background-repeat: repeat-x;
	height: 410px;
	width: 240px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}
.txtWhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
}
a:hover.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
}
.navSpacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.txtGrey {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.txtBrown {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	line-height: 15px;
}
.shadowRht {
	background-image: url(images/shadow_rht02.jpg);
	background-repeat: repeat-y;
}
div.scroll      
{ padding: 0px; width: 300px; height: 250px; overflow: auto 
}
div.featureScroll      
{ padding: 0px; width: 600px; height: 250px; overflow: auto 
}