

/* Homepage Articles list - changes to the styles in mainstyle.css */

.homeArticle {
	width: 182px;
	margin: 0 2px;
	float: left;
	background: ;
	min-height: 90px;
}
.homeArticle h4 {
	font-size: 12px;
	line-height: 20px;
	padding: 5px;
	background: ;
}
.homeArticle h4 a {
	text-decoration: none;
}
.homeArticle h5 a {
	font-size: 11px;
	text-transform: lowercase !important;
}
.homeArticle h5 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 5px 5px;
	color: ;
	font-weight: normal;
} 
h3.homeWLtitle {
	padding: 0;
	background: ;
	font-size: 12px;
	font-weight:bold;
	color: ;
	height: 20px;
	border: none;
	margin-top: 10px;
}

.homeWLlist {
	border-top: ;
	border-left: ;
	font-size: 11px;
	width: 558px;
}
.homeWLlist th {
	color: ;
	background: ;
	padding: 5px 0 5px 5px;
	text-align: left;
}
.homeWLlist td {
	color: ;
	border-bottom: ;
	border-right: ;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: middle;
}
.homeWLlist .odd {
	background: ;
}
.homeWLlist .even {
	background: ;
}

.homeWLlist td a {
	color: ;
}
.homeWLlist td a:hover {
	color: ;
	text-decoration: none;
}




