<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** TEXT_DEFAULT ***/
.text_smaller {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:9px;
	font-weight:normal;
	font-style:normal;
}
.text_small {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}
.text_normal {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
}
.text_big {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
}
.text_bigger {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
}
.text_biggest {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color:#535353;
	font-size:22px;
	font-weight:normal;
	font-style:normal;
}





/*** TEXT_COLOR ***/
.text_color_fault {
	color:#FF0000;
}
.text_color_fault2 {
	color:#990000;
}
.text_color_other {
	color:#009933;
}
.text_color_akcio {
	color:#FFFF00;
}
.text_color_white {
	color:#FFFFFF;
}





/*** TEXT_STYLE ***/
.text_style_strong, .text_style_strong input, .text_style_strong select {
	font-weight:bolder;
}
.text_style_line {
	text-decoration:line-through;
}
.text_style_spacing {
	letter-spacing:1px;
}





/*** BG_COLOR ***/
.bg_color_light1 {
	background-color:#FFFFFF;	
}
.bg_color_light2 {
	background-color:#F5F5F5;	
}
.bg_color_light3 {
	background-color:#EDEDED;
}
.bg_color_light4 {
	background-color:#F5F5F5;
}
.bg_color_light4:hover {
	background-color:#EDEDED;
}
.bg_color_dark1 {
	background-color:#535353;	
}
.bg_color_dark2 {
	background-color:#737373;	
}
.bg_color_dark3 {
	background-color:#999999;	
}
.bg_color_dark4 {
	background-color:#999999;	
}
.bg_color_dark4:hover {
	background-color:#737373;	
}




/*** BORDER ***/
.border_1 {
	border:1px #535353 solid;	
}
.border_2 {
	border:1px #838383 solid;	
}
.border_3 {
	border:2px #838383 solid;	
}
.border_fault {
	border:2px #FF0000 solid;	
}




/*** HTML EDITOR ***/
body.mceDarkBody {
	background-color:#333;
	color:#fff;
}</pre></body></html>