body   
{ 
	   color: #e9e9e9; 
  	   font-family:Arial, Verdana, Georgia, Helvetica;
	   background-color: black; 
	   font-size: 11 
}
.smalltext
{ 
	   color: #e9e9e9; 
  	   font-family:Arial, Verdana, Georgia, Helvetica;
	   font-size: 10 
}

.smalltextNegative
{ 
	   color: #000000; 
  	   font-family:Arial, Verdana, Georgia, Helvetica;
	   font-size: 10 
}

.smallboldtextNegative
{ 
	   color: #000000; 
  	   font-family:Arial, Verdana, Georgia, Helvetica;
	   font-size: 11;
           font-weight: bold;
}

.regtext
{ 
	   color: #e9e9e9; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 12; 
}
	
.boldtext
{ 
	   color: #e9e9e9; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 13; 
           font-weight: bold;
}

.bigboldtext
{ 
	   color: #e9e9e9; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 14; 
           font-weight: bold;
}

.boldtextNegative
{ 
	   color: #000000; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 13; 
           font-weight: bold;
}

.bigboldtextNegative
{ 
	   color: #000000; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 14; 
           font-weight: bold;
}

.regtextNegative
{ 
	   color: #000000; 
	   font-family:Arial, Verdana, Georgia, Helvetica;
           font-size: 12; 
}

A
{ 
	   color: #cc0000; 
  	   font-family:Arial, Verdana, Georgia, Helvetica;
	   font-size: 11 
           font-weight: bold;
}
