
body         { font-family: Arial; 
               font-size: 8pt; background-color:#5E0000 
			 }
p            { font-family: Arial; font-size: 8pt }
h2 {
	font-family: Lucida Console;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	color: #800000;
	}

h3 {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #800000;
      }

h4 {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: 800000;
      }


A                    { font-family: Arial; color: #800000; font-size: 8pt }
A:hover              { font-family: Arial; color: #800000; font-size: 8pt; text-decoration: none; background-color:#FFE6FF}
A:active             { font-family: Arial; color: #800000; font-size: 8pt }
A:visited            { font-family: Arial; color: #800000; font-size: 8pt }
A:visited:hover      { font-family: Arial; color: #800000; font-size: 8pt; text-decoration: none; background-color:#FFE6FF}


.whitesmall A               { font-family: Arial; color: #800000; font-size: 8pt }
.whitesmall A:hover         { font-family: Arial; color: #800000; font-size: 8pt; text-decoration: none; background-color:#FFE6FF }
.whitesmall A:active        { font-family: Arial; color: #800000; font-size: 8pt }
.whitesmall A:visited       { font-family: Arial; color: #800000; font-size: 8pt }
.whitesmall A:visited:hover { font-family: Arial; color: #800000; font-size: 8pt; text-decoration: none; background-color:#FFE6FF }

UL           { font-family: Arial; font-size: 10pt }
LI           { font-family: Arial; font-size: 10pt }
TABLE        {bordercolor="#F4CEC7";
				cellspacing:6;
				 cellpadding:6;
			  }
TD           { font-family: Arial; color: #000000; font-size: 8pt;  }
TR           { font-family: Arial; color: #000000; font-size: 8pt }

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {

  a {
    color: #000000 !important;
    font-family:Arial; font-weight: normal; font-size:10pt; !important;
  }

  body, tr, td, th {
    color: #000000 !important;
    font-family:Arial; font-weight: normal; font-size:10pt; !important;
  }

  body, input, textarea {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  input, textarea {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
  }

  textarea {
    scrollbar-base-color: #e0e0e0 !important;
  }
}