﻿body {
 background-color:#595959;
 font-family:Arial;
}

.main_table
{
	background-color:#212121;
	width:780px;
	height:540px;
	vertical-align:top;
	text-align:left;
	 
	
}

img {
padding: 0px;
margin: 0px;
display:block;
 v

}

.white_line
{
	line-height:10px;
}

.home_page_links
{
	color:#878686;
	font-size: small;
	text-decoration:none;
	line-height:15px;
	 
}

.news_table
{
	background-color:#353533;
	  
}

.news_table_head
{
	 color:Yellow;
	 font-size:small;
	 text-decoration:underline;
	 
	 
}

.news_table_text
{
	color:#959593;
	font-size:small;
	
}




.right_bar {
	width: 65%;		/* table width will be 99% of this*/
	height: 540px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	}

	
.right_bar>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 540px;
	overflow-x: hidden;
	}
	
		
right_bar>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: auto; 
	height: 540px;
	overflow-x: hidden;
    

	}
	

 