/* index_styles.css */
body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.news_content_table
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
	empty-cells: show;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	vertical-align: top;
}

.news_content_table a:link 
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.news_content_table a:visited 
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.news_content_table a:hover 
{
	color: red;
	font-weight: normal;
	text-decoration: none;
}

.news_content_table a:active 
{
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.news_content_date_row
{
	color: gray;
	
}
	
#rec_td
{
	background-image:url("/images/bg_rec.gif");
	background-repeat:no-repeat;
	height: 180px;
	padding: 0 0 0 0;
}
	
#rec_content
{
     position: relative;
     top: 0px;
     left: 7px;	
     width: 294px;
     height: 145px;
     background-color: red;
     padding: 0 0 0 0;
}