.CategoryList {
	color: maroon;
	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;
}
.NormalHome{
font-family: Arial, Helvetica, Tahoma;
    font-size: 11px;
    letter-spacing: normal;
    font-weight: normal;
    color: #666666;
    text-align: left;
    
    
}
.titleLink {
    font-family: Arial, Helvetica, Tahoma ;
    font-size:  12px;
    font-weight: Bold;
    height:0;   
    padding:0 0 0 0;
    margin:0 0 0 0;
   
   
}

A.titleLink:link  {
    text-decoration:    underline;
    color:  #d56b39;
    
}

A.titleLink:visited   {
    text-decoration:    underline;
    color:  #d56b39;
}

A.titleLink:active    {
   text-decoration:    underline;
    color:  #d56b39;
}

A.titleLink:hover 
{
	text-decoration:    none;
    color:  #000000;    
}
.readMore {
    font-family: Arial, Helvetica, Tahoma ;
    font-size:  10px;
    font-weight:normal;
    padding:0 0 10 0;
    margin:0 0 0 0;
    height:0; 
   
   
}

A.readMore:link  {
    text-decoration:    underline;
    color:  #d56b39;

}

A.readMore:visited   {
    text-decoration:    underline;
    color:  #d56b39;
}

A.readMore:active    {
   text-decoration:    underline;
    color:  #d56b39;
}

A.readMore:hover 
{
	text-decoration:    none;
    color:  #000000;    
}