DIV.article-list { 
	margin-bottom:10px;
	padding:10px;
	text-align:left;
}
DIV.article-list DIV.firstImage {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

DIV.article-list .title {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
}
DIV.article-list A.title,
DIV.article-list A.title:link,
DIV.article-list A.title:visited {
	text-decoration:none;
}
DIV.article-list A.title:hover {
	color:#666666;
	text-decoration:underline;
}
DIV.article-list .contentDate {
	font-family:Arial;
	color:#888888;
	font-weight:normal;
	font-size:11px;
}

DIV.article-list .subTitle {
	font-family:Arial;
	color:#666666;
	font-weight:normal;
	font-size:12px;
}
DIV.article-list .author {
	font-family:Arial;
	font-style:italic;
	color:#999999;
	font-size:11px;
}
DIV.article-list .contentBody {
	font-family:Arial;
	color:#444444;
	font-size:11px;
	line-height:16px;
}
DIV.article-separator {
	border-top:1px solid #EEEEEE;
	clear:both;
	margin-top:10px;
}

/*-------------------------------------------------------------
Default Article Styles
-------------------------------------------------------------*/
DIV.article {
	padding:0px;
	padding-right:5px;
	font-family: Verdana, Arial, Tahoma;
}
DIV.article .slideshow {
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}

DIV.article .title {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-family:Arial;
}
DIV.article .subTitle {
	color:#555555;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
}
DIV.article .author {
	color:#999999;
	font-family:Arial;
	font-size:11px;
	font-style:italic;
}

DIV.article .contentDate {
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

DIV.article .contentBody {
	font-size:11px;
	font-family:Arial;
	color:#333333;
	line-height:18px;
}
DIV.article .contentBody P:first-letter {
	font-weight:normal;
}

DIV.article BLOCKQUOTE {
	background-color:#F0F0F0;
	padding:10px;
	border-left:1px solid #C0C0C0;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}

/*-------------------------------------------------------------
Default Image Placement
-------------------------------------------------------------*/
IMG.imagePlacementLeft {
	float:left;
	margin-right:10px;
}
IMG.imagePlacementRight {
	float:right;
	margin-left:10px;
}
