/* DOTTED.HTML */
span.box_simple_title 	{color:#336699; background-color: #ffffff; font-size: 15px; font-family: verdana,arial,helvetica; margin-bottom:10px; font-weight: bold;}
span.box_simple_dot 	{width:100%;border-bottom:1 dotted #B1B18C; vertical-align:super; margin-top:-15; background-color: #ffffff;}
span.box_simple_text 	{color:#000000; background-color: #ffffff;}

/* PRESENTATION */
table.presentation {border-collapse: none; border: 1px #9FBFDA solid; padding: 4px; background-color: #E0EBF7; width: 100%}
table.presentation td {font: 11px verdana; text-align: justify}


/* NORMAL.HTML */
table.normal {border-collapse: none;  padding: 1px;  width: 100%}
table.normal th {background: #5F95C1; font: 10px verdana; font-weight: bold; color: white; text-align: left; padding-left: 6px; text-transform: uppercase;}
table.normal td {font: 11px verdana; color: #000000; background-color: #ffffff;}

/* SPECIAL.HTML */
table.special { padding: 4px;  width: 100%; border: 1px black solid; } /* #5F95C1 */
table.special th {text-align: left; padding: 0px; padding-left: 6px; background: #990000; color: #FFFFD0; text-transform: uppercase; font: 11px verdana; font-weight: bold; border-bottom: 1px black solid; }
table.special td {font: 11px verdana; color: #990000; background-color: #FFFFD0;}

/* SIMPLE.HTML */
table.simple {border-collapse: none;  padding: 4px;  width: 100%; border: 1px #5F95C1 solid; background-color: #ffffff;}
table.simple th {text-align: left; padding: 0px; padding-left: 6px; color: #5F95C1; font: 10px verdana; font-weight: bold;  }
table.simple td {font: 10px verdana; color: #000000; padding: 10px}

/* ALTERNATIVE.HTML */
table.alternative {border-collapse: none;  padding: 1px;  width: 100%}
table.alternative th {background: white; font: 10px verdana; font-weight: bold; color: 5F95C1; text-align: left; padding-left: 6px; text-transform: uppercase;}
table.alternative td {font: 11px verdana; color: #000000; background-color: #ffffff;}
