/*** TEXT_DEFAULT ***/
.text_normal {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#535353;
	font-size:12px;
}
.text_big {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#535353;
	font-size:13px;
}
.text_bigger {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#535353;
	font-size:16px;
}
.text_biggest {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#535353;
	font-size:22px;
}
/*** TEXT_COLOR ***/
.text_color_fault {
	color:#E76703;
}
.text_color_white {
	color:#FFFFFF;
}
/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#18729e;	
}
.bg_color_dark2 {
	background-color:#1a7dae;	
}
.bg_color_dark3 {
	background-color:#1e89be;	
}
/*** BORDER ***/
.border_1 {
	border:1px #ea6500 solid;	
}
