.CategoryList {
	color: maroon;
	font-weight: bold;
}

.CommentsContainer {

}

.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;
}
a:link{

}

.NormalBold{
	font-family: Trebuchet MS, tahoma, verdana, arial;
	color: 335571;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover.NormalBold{
	color: #FF6600;
	text-decoration: underline;
}

.Head{
	font-family: Trebuchet MS, tahoma, verdana, arial;
	font-size: 20px;
	color: #336e9f;
	text-decoration: none;
}

a:hover.Head{
	color: #FF6600;
	text-decoration: underline;
}
