/*** TEXT_DEFAULT ***/
.text_normal {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#000000;
	font-size:12px;
}
.text_big {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#000000;
	font-size:13px;
}
.text_bigger {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#000000;
	font-size:16px;
}
.text_biggest {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;	
	color:#000000;
	font-size:22px;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#21508f;
}
.text_color_white {
	color:#FFFFFF;
}

/*** BG_COLOR ***/
.bg_color_light2 {
	background-color:#F5F5F5;	
}
.bg_color_dark1 {
	background-color:#163c6d;	
}
.bg_color_dark2 {
	background-color:#214d85;	
}
.bg_color_dark3 {
	background-color:#285ca0;	
}

/*** BORDER ***/
.border_1 {
	border:1px solid #21508f;	
}
