/* style for module titles */
.TitleGreen   {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #FFFFFF;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase; line-height:40px;

}

.bkgroundimagegreen {
	background: url('images/Green.png') no-repeat;
	
}

