﻿body.news{
	text-align:left;
}
a:link{
	color: #204267;
	text-decoration: none;
}	
		
a:visited	{	
	text-decoration: none;
	color:	#204267;
}	

a:hover	{	
	text-decoration: underline;
	color:	#000000;
}
a:active{
	text-decoration: underline;
	color:	#000000;

}
.newsList td {
	text-align: left;
	height: 26px;
}
a{
	text-align: left;
}

#news {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 4px 0;
}

#news .newsList{
	width: 600px;
	border: 1px solid #a5b4ce;;
	padding: 6px;
	background-color: #E6EAEC;
}

#news .logo{
	width: 238px;
	display: block;
	float: left;
}

#news .title{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin:0 0 0 250px;
	margin-top: 0;
	color: red;
	line-height: 1.6;
	text-align: left;
	
}

#news .date{
	width: 80px;
	float: left;
	
}

#news .newsTitle{
	width: 400px;
}

.newsDetailsTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #1f4266;
}

.newsbody{
	width: 650px;
	border: 1px solid #a5b4ce;;
	padding: 6px;
	background-color: #E6EAEC;
}

.newsbody img{
	border: 1px solid #1f4266;
}


.centered{
	text-align: center;
}

