
BODY {

  font-family	: Arial, Verdana, Tahoma, Helvetica;
  font-size		: 12pt;
  font-weight 	: normal;
  
  margin-top	:0px; 
  margin-right	:0px; 
  margin-bottom	:0px; 
  margin-left	:0px;
  
 
  height 	: 700px;
  width		: 100%;
  
  background-color : #000000;
  
}


DIV.newPage
{	
	text-align		: left;	
	width			: 95%;
	margin-left		: 50px;
}

DIV.banner
{	
	width			: 100%;
	text-align		: center;	
	background-color : #FFFFFF;
}

DIV.div1
{	
	text-align		: left;	
	width			: 100%;
	margin-left		: 0px;
}

DIV.div1_old
{	
	text-align		: left;	
	width			: 700px;
	margin-left		: 200px;
}


DIV.backgd
{	
	width				: 100%;
	background-image 	: url(../../images/background/back_A.jpg);
	background-repeat	: repeat-x;
	
}

DIV.backgd_2
{	
	background-color	: #000000;
	width				: 100%;
	
}


DIV.category
{	
	color			: #A9A9A9;
	
}

DIV.sidebar {
  float			: left;
  clear			: both;
  
  text-align	: left;
  width			: 150px;
  
  padding		: 5px;
  
  border		: 3px solid #CCCCCC; 
  
  margin-left	: 2%;
  
 /* background-color: #939393; */
  background-color	: #25282A;
  background		: #4B5055;

}

/* to make table centered, need the margin-left  */

table.tb07 { 
  width			: 80%; 
  margin-left	: 10%; 
  
  border-left	: 1px #000000 solid;
  border-right	: 1px #000000 solid;
  border-bottom	: 1px #000000 solid;
  
  background-color 	: #CCCC99;
}

table.tb077 { 
  width			: 80%; 
  margin-left	: 10%; 
  
  border-left	: 1px #000000 solid;
  border-right	: 1px #000000 solid;
  border-bottom	: 1px #000000 solid;
  border-top	: 1px #000000 solid;
  
  background-color 	: #CCCC99;
  background-color 	: #F5F5F5;
}



A.aa1:link {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	display			: block;
	font-weight		: normal;
	
	width			: 150px;  	
  	
}


A.aa1:visited {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	display			: block;
	font-weight		: normal;
	
	width			: 150px;  	
  	
}


A.aa1:active {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	display			: block;
	font-weight		: normal;
	
	width			: 150px;  	
  	
}

A.aa1:hover {
	/* background-color: #CCCCCC; */
	background-color: #777777;
	text-decoration	: none;

	color			:#D2D3D4; /* off white */
	color			:#000000; 
	line-height		: 26px;
	display			: block;
}





A.aa2:link {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	
	font-weight		: normal;
	
	width			: 100px;  	
  	
}


A.aa2:visited {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	
	font-weight		: normal;
	
	width			: 100px;  	
  	
}


A.aa2:active {
	text-decoration	: none;
	color			: #D2D3D4; /* off white */
	color			: #A9A9A9;
	line-height		: 26px;
	background		:#4B5055;
	
	font-weight		: normal;
	
	width			: 100px;  	
  	
}

A.aa2:hover {
	/* background-color: #CCCCCC; */
	background-color: #777777;
	text-decoration	: none;

	color			:#D2D3D4; /* off white */
	color			:#000000; 
	line-height		: 26px;
	
}




