.CategoryList {
	color: #000000;
	font-weight: bold;
}

.CommentsContainer {
	border: 1px solid #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 1px;
}

.CommentItemStyle {
	background-color: #F8F8F8; 
	padding: 5px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.CommentAlternatingItemStyle {
	padding: 5px; 
}

.CommentAuthor {
	font-size: 1.25em; 
	font-weight: bold;
}
.CommentDate{
	font-size: .8em; 
	color: #5F68AD;
}

.Titlelink {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.Titlelink:link {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.Titlelink:active {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.Titlelink:visited {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.Titlelink:hover {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

Morelink {
	font-family : Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7E7E7E;
}
A.Morelink:link {
	font-family : Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: underline;
}
A.Morelink:active {
	font-family : Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: underline;
}
A.Morelink:visited {
	font-family : Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: underline;
}
A.Morelink:hover {
	font-family : Arial;
	font-size: 11px;
	font-weight: normal;
	color: #00305D;
	text-decoration: underline;
}

