﻿/* CSS for DIV News on the Front Page */

.lastposts {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background:url(images/last-posts/background.gif);
	background-position:bottom;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:6px;
}

.lastposts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:black;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/last-posts/background.gif);
	background-position:top;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:3px;
	margin:0px;
}

.lastposts table {
	background-color:#FFF4BF;
	width:301px;
	margin-left:6px;
	border-collapse:collapse;
}

.lastposts td {
	font-size: 10pt;
	text-align:left;
	color:#333333;
	border-width:0px 0px 1px 0px;
	border-bottom-color:black;
	border-style:solid;
	padding: 3px 5px 3px 5px;
}

.lastposts td.lastrow {
	border-width:0px;
}

.lastposts tr {
}

.lastposts tr:hover {
	background-color:#EAECEF;
}


.lastposts a {
	text-decoration:none;
	color:#CC0033;
}

.lastposts a:hover {
	text-decoration:underline;
	color:#663399;
}