
.bodyBold {
			color: Black;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10pt;
			text-decoration : none;
			font-weight : bold;
		}

.bodyText {
			color: Black;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10pt;
			text-decoration : none;
		}

.bodySmall {
			color: Black;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
			
		}
		
.bodySmallCenter {
	color: Black;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration : none;
	text-align : center;
}
		
.bodySmallBold {
			color: Black;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
			font-weight : bold;
		}
		
		
.bodySmallBoldWhite {
			color: White;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
			font-weight : bold;
		}
		
		
.bodySmallWhite {
			color: White;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
			font-weight : light;
		}
		
.bodyBig {
			color: Black;
			text-align: left;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12pt;
			text-decoration : none;
			font-weight : bold;
		}

.bodyBigWhite {
			color: White;
			text-align: left;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 12pt;
			text-decoration : none;
			font-weight : bold;
		}		

.bodyBoldCtr {
			color: #000000;
			text-align: center;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10pt;
			text-decoration : none;
			font-weight : bold;
		}
		
.bodyTextCtr {
			color: Black;
			text-align: center;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 10pt;
			text-decoration : none;
		}
		
.bodyTextCtrSmall {
			color: #000000;
			text-align: center;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
		}
		
.bodySmallBlack {
			color: #000000;
			text-align: left;
			font-family: verdana,arial,helvetica,sans-serif;
			font-size: 8pt;
			text-decoration : none;
			font-weight : light;
		}				

