.font_arial{
   font-family: arial, seans-serif;
}
.font_verdana{
   font-family: verdana, sans-serif;
}
.font_times{
   font-family: "Times New Roman", sans-serif;
}
.font_trebuchet
{
   font-family: "Trebuchet MS",geneva;
}
.font_size_8pt{
   font-size: 8pt;
}
.font_size_9pt{
   font-size: 9pt;
}
.font_size_10pt{
   font-size: 10pt;
}
.font_size_11pt{
   font-size: 11pt;
}
.font_size_12pt{
   font-size: 12pt;
}
.font_size_13pt{
   font-size: 13pt;
}
.font_size_14pt{
   font-size: 14pt;
}
.font_size_16pt{
   font-size: 16pt;
}
.font_size_18pt{
   font-size: 18pt;
}
.font_size_20pt{
   font-size: 20pt;
}
.color_cerna{
   color:#000;
}
.color_f00{
   color:#f00;
}
.color_d00{
   color:#d00;
}
.color_800{
   color:#800;
}
.color_500{
   color:#500;
}
.color_0f0{
   color:#0f0;
}
.color_0d0{
   color:#0d0;
}
.color_080{
   color:#080;
}
.color_050{
   color:#050;
}
.color_00f{
   color:#00f;
}
.color_00d{
   color:#00d;
}
.color_008{
   color:#008;
}
.color_005{
   color:#005;
}
.color_fc0{
   color:#fc0;
}
.color_f70{
   color:#f70;
}
.color_ccc{
   color:#ccc;
}
.color_999{
   color:#999;
}
.color_555{
   color:#555;
}
.color_000{
   color:#000;
}
.bgcolor_ccc{
   background-color:#ccc;
}
.bgcolor_ddd{
   background-color:#ddd;
}
.bgcolor_eee{
   background-color:#eee;
}
.aligcenter{
   text-align: center;
}
.aligleft{
   text-align: left;
}
.aligright{
   text-align: right;
}
.width50{
   width:40px;
}
.width100{
   width:100px;
}
.width150{
   width:150px;
}
.width200{
   width:200px;
}
.width250{
   width:250px;
}
.width300{
   width:300px;
}
.width33proc{
   width: 33%;
}
.width50proc{
   width: 50%;
}
.width75proc{
   width: 75%;
}
.width100proc{
   width: 100%;
}