BODY{
  margin:0px;
  font-family: sans-serif;
  font-size: 12px;
  color:#FFFFFF;
  background-color: #000000;
}

A {
    
}

A:Hover {
    
}

.body_outline_table{
    border:solid 1px #CCCCCC;    
}

.header_cell{
    background-color: #000000;
}

.body_cell{
    background-color: #444444;
}

.footer_cell{
    background-color: #232323;
}

a:link {
	color: #E0BF07;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E0BF07;
}
a:hover {
	text-decoration: underline;
	color: #5698CF;
}
a:active {
	text-decoration: none;

