/* style for module Titles */
.TitleGreen_GreyWhite  {
    	font-family: "Tahoma","Lucida Grande", "Lucida Sans";
    	font-size:  13px;
    	font-weight: bold;
    	color: #ffffff;
	padding-left: 2px;
}
.dottedlinewt {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #C0C0C0;
}


