.code_content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 800px;
 margin-bottom:10px;
}

.heading{
	Color : #a8b25f;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 17px;
	}

.sub_heading{
	Color : #556278;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #484e59;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #001f26;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #294345;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #001f26;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}




