@import url('unas_email.css');

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#787878;
	font-size:10px;
}

.text_small {
	color:#787878;
	font-size:11px;
}

.text_normal {
	color:#787878;
	font-size:12px;
}

.text_big {
	color:#787878;
}

.text_bigger {
	color:#787878;
}

.text_biggest {
	color:#787878;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#be0f02;
}

.text_color_other {
	color:#4377c3;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#396bb3;	
}

.bg_color_dark2 {
	background-color:#3d73c1;	
}

.bg_color_dark3 {
	background-color:#4b7dc6;	
}

.bg_color_dark4 {
	background-color:#5886ca;	
}

.bg_color_dark4:hover {
	background-color:#6692d3;	
}

/*** BORDER ***/
.border_1 {
	border:1px #7f7f7f solid;	
}