﻿body { 
   font-family: Arial; 
   font-size: 12px; 
   color: #000000;
   background-color: #E8FFE8; 
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #000000
}
   
h1    { font-family: Times New Roman; font-size: 24pt; color: #006600; font-weight: bold }
h2    { font-family: Times New Roman; font-size: 16pt; color: #006600; font-weight: bold }
h3    { font-family: Times New Roman; font-size: 14pt; color: #006600; font-weight: bold }
h4    { font-family: Times New Roman; font-size: 12pt; color: #006600; font-weight: bold }
h5    { font-family: Times New Roman; font-size: 10pt; color: #006600; font-weight: bold }              

hr    { color: #006600; height: 1 }
ul    { font-family: Arial; font-size: 12px; color:#000000 }
li    { font-family: Arial; font-size: 12px; color:#000000 }
td    { font-family: Arial; font-size: 12px; color:#000000 }
tr    { font-family: Arial; font-size: 12px; color:#000000 }

a:link       {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
a:visited    { font-family: Arial; color: #006600; font-size: 12px; text-decoration: underline }
a:hover      { font-family: Arial; color: #006600; font-size: 12px; text-decoration: none; background-color: none }
a:active     { font-family: Arial; color: #006600; font-size: 12px; text-decoration: none }

.marquee             { font-family: Arial; color: #800000; font-size: 12px; font-weight: bold }
.marquee a:link      { font-family: Arial; color: #800000; font-size: 12px; font-weight: bold; text-decoration: underline }
.marquee a:visited   { font-family: Arial; color: #800000; font-size: 12px; font-weight: bold; text-decoration: underline }
.marquee a:hover     { font-family: Arial; color: #800000; font-size: 12px; font-weight: bold; text-decoration: none; background-color: none }
.marquee a:active    { font-family: Arial; color: #800000; font-size: 12px; font-weight: bold; text-decoration: none }

.white             { font-family: Arial; color: #FFFFFF; font-size: 12px}
.white a:link      { font-family: Arial; color: #FFFFFF; font-size: 12px; text-decoration: underline }
.white a:visited   { font-family: Arial; color: #FFFFFF; font-size: 12px; text-decoration: underline }
.white a:hover     { font-family: Arial; color: #006600; font-size: 12px; text-decoration: none; background-color: #CCFFCC }
.white a:active    { font-family: Arial; color: #006600; font-size: 12px; text-decoration: none; background-color: #CCFFCC }

.footer             { font-family: Arial; color: #FFFFFF; font-size: 10px }
.footer a:link      { font-family: Arial; color: #FFFFFF; font-size: 10px; text-decoration: underline }
.footer a:visited   { font-family: Arial; color: #FFFFFF; font-size: 10px; text-decoration: underline }
.footer a:hover     { font-family: Arial; color: #006600; font-size: 10px; text-decoration: none; background-color: none }
.footer a:active    { font-family: Arial; color: #006600; font-size: 10px; text-decoration: none; background-color: none}

.greensmall a:link     { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline }
.greensmall a:visited  { font-family: Arial; color: #006600; font-size: 10px; text-decoration: underline }
.greensmall a:hover    { font-family: Arial; color: #006600; font-size: 10px; text-decoration: none; background-color: none }
.greensmall a:active   { font-family: Arial; color: #006600; font-size: 10px; text-decoration: none }

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/

@media print {
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#sb { 
  display : none; 
 }
}