.postsListHeading {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
.postsListTitle {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
.postsListDate {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
.postsListTime {
	color: Black;
	font-family: arial,sans-serif;;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
.postsListLead {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
}

.postsDisplayTitle {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
.postsDisplayDate {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
.postsDisplayTime {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
}
.postsDisplayText {
	color: Black;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}


table.postsList {
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border-collapse: separate;
	border-spacing: 5px;
	border : 1px #A0A0A0 dotted;
}

table.postsDisplay {
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	*color: #404040;
	width: 95%;
	background-color: #fafafa;
	border-collapse: separate;
	border-spacing: 5px;
	border : 0px #A0A0A0 dotted;
}


.postsLink {
	color: #303030;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.postsLink:link {
	color: #303030;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.postsLink:visited {
	color: #303030;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
a.postsLink:hover {
	color: #000000;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}
.postsLinkDisabled {
	color: #CCCCCC;
	font-family: arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

.modPostArea {
	margin-top: 15px;

	width: 			620px;
	height: 		auto;

	padding-left:	15px;
	padding-right:	15px;
	padding-top:	0px;
	padding-bottom:	0px;

	border: 0px #CCCCCC solid;
}

.modPostArea p 		{ line-height: 14px; margin-bottom: 10px;}
.modPostArea .text	{ text-align: left; font-family: arial,sans-serif; font-weight: normal; font-size: 12px; vertical-align: middle; color: #222222; text-decoration: none; text-indent: 0px; }

