.boldI { font-weight: bold !important;  }



.defaultFont {

	font-size: 1.2em; 

	color: #444444;

}

.styleGreen {

	font-size: 1.3em; 

	color: #1FB25A;

	font-weight:bold;

}

.styleGreenI {

	font-size: 1.3em; 

	color: #1FB25A;

	font-style:italic;

	font-weight:bold;

}

.styleBlue {

	font-size: 1.3em; 

	color:#017AC3;

	font-weight:bold;

}

.styleBlack {

	font-size: 1.5em; 

	color:#444444;

	font-weight:bold;

}

