/* GENERAL STYLES */


/* EDITOR PROPERTIES */
.text_8pt {
font-size: 8pt;
font-family: arial;
color:#878787;
}

.text_10pt {
font-size: 10pt;
font-family: arial;
color:#878787;
}

alert {
  color: #900;
  font-size: 10pt;
  font-weight:bold;
}

.text_12pt {
	font-size:12pt;
font-family: arial;
color:#878787;
}

.text_14pt {
font-size:14pt;
font-family: arial;
color:#878787;
}

.text_16pt {
font-size: 16pt;
font-family: arial;
color:#878787;
}

.black_10pt {
font-size: 10pt;
font-family: arial;
color:#000000;
}

.black_12pt {
font-size: 12pt;
font-family: arial;
color:#000000;
}

.white_10pt {
color:#ffffff;
font-size: 10pt;
font-family: arial;

}

.bluelink {
color:#0079c2;
text-decoration: none;
font-size: 10pt;
font-family: arial;

}

.bluelink_bold {
color:#0079c2;
text-decoration: none;
font-size: 10pt;
font-family: arial;
font-weight:bold;
}

.bluelink_12pt {
color:#0079c2;
text-decoration: none;
font-size: 12pt;
font-family: arial;

}

.bluelink_12pt_bold {
color:#0079c2;
text-decoration: none;
font-size: 12pt;
font-famil: arial;
font-weight: bold;
}

