BODY {
	font-family: Verdana;
	font-size : 12px;
	scrollbar-base-color:#999966;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #999966;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #999966;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #999966;
	scrollbar-track-color: #FFFFCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

H1 {
	FONT: bold 16px verdana;
}
TABLE {
	font-family: Verdana;
	font-size : 12px;	
}
TD {
	font-family: Verdana;
	font-size : 12px;	
}
TD.green {
	font-family: Verdana;
	font-size : 14px;
	font : bold;
	color: white;
	background: #999966;	
}
TD.white {
	font-family: Arial;
	font-size : 10px;
	font : bold;
	color: white;
}
TD.whitev {
	font-family: Verdana;
	font-size : 12px;
	font : bold;
	color: white;
}
A {
	FONT-WEIGHT: bold;
	FONT: bold 12px Verdana;
	COLOR: #2F4F4F;
	TEXT-DECORATION: none;
}
A:hover {
	FONT-WEIGHT: bold;
	FONT: bold 12px Verdana;
	COLOR: #BDB76B;
	TEXT-DECORATION: none;
}
A.gb {
	FONT: bold 10px Verdana;
	COLOR: #2F4F4F;
	TEXT-DECORATION: none;
}
A.gb:hover {
	FONT: bold 10px Verdana;
	COLOR: #BDB76B;
	TEXT-DECORATION: none;
}
A.nav {
	FONT: bold 10px Arial;
	COLOR: Black;
	TEXT-DECORATION: none;
}
A.nav:hover {
	FONT: bold 10px Arial;
	COLOR: Maroon;
	TEXT-DECORATION: underline;
}
A.bottom {
	FONT: 8px Arial;
	COLOR: silver;
	TEXT-DECORATION: none;
}
A.bottom:hover {
	FONT: 8px Arial;
	COLOR: silver;
	TEXT-DECORATION: none;
}
STRONG.date {
	FONT: bold 11px Arial;
	COLOR: black;
	TEXT-DECORATION: none;	
}
STRONG.title {
	FONT: bold 16px verdana;
	COLOR: #8B4513;
	TEXT-DECORATION: none;	
}
SPAN.disc {
	FONT: 10px Arial;
	COLOR: black;
	TEXT-DECORATION: none;	
}
LI.nav {
	FONT: px Arial;
	COLOR: black;	
}
.BottomDisc {
	font-family:verdana;
	font-size : 10px;
	COLOR: black;
	TEXT-DECORATION: none;
	padding: 20px;
}
.marquee {
	position:relative;
	font-family:verdana;
	font-size:10px;
	width:150px;
	top:100px;
	color:#000000;
}

/*********** #header ***********/

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:100%;
	background:none;
	font-size:10px;
	font-weight:bold;
	vertical-align: middle;
	height: 15px;
	text-align: center;
  }
#header ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  padding:0px 5px 0px 0px
  }
#header a {
  float:left;
  display:block;
  background: url("images/arrow.gif") no-repeat left top;
  padding:0px 5px 0px 15px;
  text-decoration:none;
  font-size:10px;
  font-weight:bold;
  color:#FFF;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#000000;
  background: url("images/left_on.gif") no-repeat left top;
  }
#header #current {
  background-color: #FE6601;
  height: 15px;
  }
#header #current a {
  color:#000;
  }
  
#header #current a:hover {
  color:#8A0000;
  }