p{
	color:						#000;
	font-size:					12px;		
	line-height: 				14px;
}

.header_1 {
	color: 			green;
	font-size: 		22px;
}

.header_2 {
	color: 			green;
	font-size: 		18px;
}

.header_3 {
	color: 			green;
	font-size: 		16px;
}

.header_1_zetor {
	color: 			#ff0000;
	font-size: 		22px;
}

.header_2_zetor {
	color: 			#ff0000;
	font-size: 		18px;
}

.header_3_zetor {
	color: 			#ff0000;
	font-size: 		16px;
}

.header_1_tailift {
	color: 			#4c6ab2;
	font-size: 		22px;
}

.header_2_tailift {
	color: 			#4c6ab2;
	font-size: 		18px;
}

.header_3_tailift {
	color: 			#4c6ab2;
	font-size: 		16px;
}

.normal_text {
	font-size: 		12px;
	color:			#000;
	line-height: 	14px;
}

.normal_text em {
	font-size: 		12px;
	color:			#000;
}

.normal_text strong {
	font-size: 		12px;
	color:			#000;
}

.normal_text span {
	font-size: 		12px;
	color:			#000;	
}
.normal_text .text_bold,
.text_bold {
	font-size: 		12px;
	color:			green;	
	font-weight:	bold;
}
.normal_text .text_bold_zetor,
.text_bold_zetor {
	font-size: 		12px;
	color:			#ff0000;	
	font-weight:	bold;
}

.normal_text .text_bold_tailift,
.text_bold_tailift {
	font-size: 		12px;
	color:			#4c6ab2;	
	font-weight:	bold;
}

/** for displaying standard styles what will be disabled by reset.css */
#wrapper .body .content .right .content-block p,
#wrapper .body .content .right .content-block .content p { 
	line-height:		14px;
	padding:			5px 0;
}

#wrapper .body .content .right .content-block ol {
	list-style-type:	decimal;
	margin:				0 0 0 25px;
}

#wrapper .body .content .right .content-block ol li {
	padding:			1px;
}

#wrapper .body .content .right .content-block ul {
	list-style-type:	disc;
	margin:				0 0 0 25px;
}

#wrapper .body .content .right .content-block ul li {
	padding:			1px;
}
