body 
{
  background-color: black;
}

div, td, body, p, #global 
{
  font-family : arial;
  color: white;
  font-size : 10Pt;

}
.header_table
{
	background-image: url("/img/top_header_green.jpg");
}
.header_cell
{
	background-image: url("/img/cellpic_green.jpg");
}

hr 
{
color : #101D52;
}
.first_bar 
{
	font-family : arial;
	background-color : teal;
	font-size : 10Pt;
	
}
.first_cel 
{
	font-family : arial;
	background-color : #232323;
	font-size : 10Pt;
	
}
.for_co
{
  color: #90EE90;
}
.for_xo 
{
  color: #008080;
}

ul 
{
  font-family : arial, helverica, sans-serif;
  color: white;
  font-size : 10Pt;
}

a  
{
  font-family : arial;
  font-size : 10Pt;

  text-decoration : none;
}

a:active  {
  color : #6600cc;
  text-decoration : none;
}

a:link  {
  color : #9090FF;
  text-decoration : none;
}

a:visited  {
  color :#9090FF;
  text-decoration : none;
}

a:hover  {
  color : #6600cc;
  text-decoration : none;
}