@charset "utf-8";
/* CSS Document */


.listNews {
	width:645px; 
	margin-bottom:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 135%;
	clear: both;
	padding-bottom: 6px;
	border-bottom: 1px solid #7F7F7F;
	margin-bottom: 7px;
}
* html .listNews {
	padding-bottom: 4px;
}

.listNews .thumb {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.listNews .thumb img {
	border: 1px solid #999999;
	padding: 2px;
}

.listNews a {
	color: #333333;
}
.listNews a:hover {
	text-decoration: none;
}

.listNews .date {
	font-size: 10px;
}
.listNews .title {
	font-size: 18px;
	color: #FF1D00;
	display: block;
	line-height: 100%;
	margin-bottom: 10px;
}
.listNews .shortStory p {
	margin: 10px 0;
}
.listNews .shortStory img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #999999;
	padding: 2px;
}
.listNews .readMore {
	margin-bottom: 1px;
	text-align: right;
}
.listNews .readMore a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.listNews .readMore a:hover {
	color: #333333;
}
.listNews .fullStory p {
	margin: 10px 0;
}
.listNews .fullStory img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #999999;
	padding: 2px;
}

.listNews .backLink a {
	font-size: 14px;
	font-weight: bold;
	color: #FF0900;
	text-decoration: none;
	text-transform: uppercase;
}
.listNews .backLink a:hover {
	color: #333333;
}



.listNews .clear {
	clear: both; 
	width: 600px; 
	margin: 0px; 
}
* html .listNews .clear {
	margin-top: -15px;
}

#pagination { 
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#CCCCCC;
	font-weight: bold;
}

#pagination * {
	margin: 0 5px;
}

#pagination span a {
	color: #666666;
}

#pagination strong {
	color: #333333;
}

#pagination a {
	color: #FF0900;
	text-decoration: none;
}

#pagination a:hover {
	color: #333333;
}












