	/* Body CSS - Tables, Cells, etc. */
	body { background-color: #400000; margin: 20px;}
	a:link { color: #0033CC; text-decoration: none;}
	a:link:hover { text-decoration: underline;}
	a:link:visited { color: #0033CC; text-decoration: underline; }

    /* Text */
    .text10 { font-family: Georgia, Times New Roman, Serif; font-size: 10pt; color: #371300; font-weight: bold;}
    .text12 { font-family: Georgia, Times New Roman, Serif; font-size: 12pt; color: #371300; font-weight: bold; padding-left: 20px; padding-right: 20px;}
    .text14 { font-family: Georgia, Times New Roman, Serif; font-size: 14pt; color: #371300; font-weight: bold; padding-left: 20px; padding-right: 20px;}
    .t14 { font-family: Georgia, Times New Roman, Serif; font-size: 14pt; color: #400000; font-weight: bold;}
    .t18 { font-family: Georgia, Times New Roman, Serif; font-size: 18pt; color: #400000; font-weight: bold;}
	.text16 { font-family: Georgia, Times New Roman, Serif; font-size: 16pt; color: #371300; font-weight: bold;}
    .text24 { font-family: Georgia, Times New Roman, Serif; font-size: 24pt; color: #400000; font-weight: bold;}
    .bold { font-weight: bold; }

     
   table.red {
   background: #FFEFEF;
   width: 80%; !important;
   background-color: #FFEFEF;
   border: 1px solid #400000;
   }
   
   td.red {
   background-color: #FFEFEF;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   align: center;
   line-height: 14pt;
   }