/* CONTENT 2 CSS */

/* Format caption */

h1 {
	color: #84A700; 
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	color: #84A700; 
	font-weight: normal;
	font-size: 18px; 
}

h3 {
	color: #84A700; 
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 12px;
}

h4 {
	color: #84A700; 
	font-weight: normal;
	font-weight: bolder;
}

/* Format block */

.formatBlock1 {	
	font-size: 16px;
}

.formatBlock2 {
	font-size: 14px;
}

.formatBlock3 {
	font-size: 10px;
}

/* Format text */

.formatText1 {	
	font-size: 16px;
}

.formatText2 {
	font-size: 15px;
}

.formatText3 {
	font-size: 14px;
}

.formatText4 {
	font-size: 13px;
}

.formatText5 {
	font-size: 12px;
}

.formatText6 {
	font-size: 11px;
}

.formatText7 {
	font-size: 10px;
}