BODY { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; 
background-color: #618992; scrollbar-arrow-color :Navy; scrollbar-base-color:#6ECFFF; }

/* scrollbar-arrow-color :Navy; scrollbar-base-color:#6699FF;  */

/* Title Elements */
#Title { font-family: Verdana, Tahoma, Arial, Geneva, Sans; font-size: 18pt; color: #666666; }

/* Text Emphasize Elements within document */
EM { color: #000080; font-family: Arial Black, serif; font-style: normal; text-indent: 15px; font-size: 20px; }


/* Text Elements within document */
BODY, P, BLOCKQUOTE, FORM, UL { color: #003300; font: 12px Verdana, Tahoma, Arial, Geneva, Sans; line-height: 18px; }
H1 { font-size: 24px; font-weight: bold; color: #99FF00;  }
H2 { font-size: 20px; font-weight: bold; color: white;}
H3 { font-size: 18px; font-weight: bold; color: white;}
B { font-weight: bold; }
TD { font: 12px Verdana, Tahoma, Arial, Geneva, Sans; }

/* A tag */
A { color: white; text-decoration: none; font-weight: bold;	}
A:HOVER { color: #99FF00; text-decoration: none; }
A:ACTIVE { color: yellow; }
A.invertLink  { color: #99FF00;  }
A.invertLink:HOVER { color: white;  }
A.darkLink  { color: #618992; font-weight: normal; }
A.darkLink:HOVER { color: white;  }

/* Forms */ 

#fullForm {	border: 1px solid White; padding: 8px; width: 80%; }

/* Tables */
#formButton { 	background-color: DarkGray; font: 12px Arial Black; color: White;  }
#formInput { background-color: powderblue; color: #000080; }

  #myButton {
	font-family: tahoma, verdana, helvetica, courier, arial, sans-serif;
  }
  .myButton {
	font-family: tahoma, verdana, helvetica, courier, arial, sans-serif;
	font-size: 8pt;
  }
  
  #myInput {
  	font-family: tahoma, verdana, helvetica, courier, arial, sans-serif;
	background-color: #6ECFFF;
  }
  
  .myInput {
  	font-family: tahoma, verdana, helvetica, courier, arial, sans-serif;
	background-color: #6ECFFF;
  }

  .myInvInput {
  	font-family: tahoma, verdana, helvetica, courier, arial, sans-serif;
	background-color: #99FF00;
  }

#tableBorder { background-color: dodgerBlue; }
#tableCell { border: 1px solid #000080; }
#tableCell EM, #tableCell A { font-size: 14px; }
#tableHr { line-height: 5px; }

#tableCell HR {	position: relative; color:dodgerBlue; width: 60%; text-align: right; }

#copyright_txt, #copyright_txt A { color: #99FF00; font-weight: normal;  }


/* SPOTLIGHT Java-Script */
#spotlight{ filter:light; }

/* 
 * CSS2 inline box model
 * http://bugzilla.mozilla.org/show_bug.cgi?id=22274
 * Treat images as a block instead of inline elements.	
 */
.imgblock {
	display: block;
	vertical-align: bottom;
}

