A { 
  text-decoration: none; 
  color: 	#999999;
}
A:hover {
  text-decoration: none;
  color: 	#FF9900;
}
A:active {
  text-decoration: underline;
  color: 	#FF9900;
}
BODY {
  font-family: 	Arial, Helvetica, sans-serif;
  font-size:  10pt;
  color: 	#FFFFFF;
  margin: 	5;
  background: 	#000000;
	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #888888;
}
TR, TD, P {			/* Default font styles for almost everything. Change this to impact almost all pages */
/*  font-family: Lucida Console, Arial, Helvetica, sans-serif; */
  font-family: verdana, arial, helvetica, san-serif;
  font-size: 	10pt;
  color: 	#FFFFff;
  bgcolor:  #000000;
}
.small_sans {
  font-family: 	verdana, arial, helvetica, san-serif;
  font-size: 	8pt;
}
.small_grey_sans{
    font-family: 	verdana, arial, helvetica, san-serif;
    font-size: 	8pt;
    color: #aaaaaa
}
.small_darkgrey_sans{
    font-family: 	verdana, arial, helvetica, san-serif;
    font-size: 	8pt;
    color: #333333
}
.med_sans {
  font-family: 	verdana, arial, helvetica, san-serif;
  font-size: 	10pt;
}
.large_sans {
  font-family: 	verdana, arial, helvetica, san-serif;
  font-size: 	12pt;
}
.larger_sans {
  font-family: 	verdana, arial, helvetica, san-serif;
  font-size: 	14pt;
}
.listlink{          /* This will be the main class for all list links */
    color: #ffffff
}
.greentext{
    color: #00ff00
}
.orangetext{
    color: #FF9900
}
.whitetext{
    color: #ffffff
}
.yellowtext{
    color: #ffff00
}
.smallwhitetext{
    font-size: 	7pt;
    color: #ffffff
}
.lightgreytext{
    color: #cccccc
}
.tt_smallorange {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #FF9900;
}
.tt_smallwhite {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #ffffff;
}
.tt_smallgrey {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #999999;
}
.tt_smallgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #00ff00;
}
.tt_medgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #00ff00;
}
.tt_smalldarkgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #00aa00;
}
.tt_listorange {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #FF9900;
}
.tt_listtext {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #ffffff;
}
.tt_bigwhite {
  font-family: "Courier New", monospace, courier;
  font-size:   12pt;
  color:       #ffffff;
}
.tt_bigorange {
  font-family: "Courier New", monospace, courier;
  font-size:   12pt;
  color:       #FF9900;
}
.tt_meddarkgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #00aa00;
}
.tt_bigdarkgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   12pt;
  color:       #00aa00;
}
.tt_medorange {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #FF9900;
}
.tt_bigyellow {
  font-family: "Courier New", monospace, courier;
  font-size:   12pt;
  color:       #ffff00;
}
.tt_medyellow {
  font-family: "Courier New", monospace, courier;
  font-size:   10pt;
  color:       #ffff00;
}
.tt_bigboldwhite {
  font-family: "Courier New", monospace, courier;
  font-size:   14pt;
  font-weight: bold;
  color:       #ffffff;
}
.tt_bigboldorange {
  font-family: "Courier New", monospace, courier;
  font-size:   14pt;
  font-weight: bold;
  color:       #FF9900;
}
.tt_bigboldgreen {
  font-family: "Courier New", monospace, courier;
  font-size:   14pt;
  font-weight: bold;
  color:       #00FF00;
}
.small_white_courier {
  font-family: "Courier New", monospace, courier;
  font-size:   8pt;
  color:       #ffffff;
}
.small {			/* Misc. 'small' font */
  font-family: 	Lucida Console, Arial, Helvetica, sans-serif;
  font-size: 	7.5pt;
}
.small_gray{
    font-family: 	Lucida Console, Arial, Helvetica, sans-serif;
    font-size: 	7.5pt;
    color: #aaaaaa
}
