﻿.blogTitle
{
	color:#466AB0;  
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
}

.blogContent
{
    color:#466AB0;
    font-family:Verdana;
	font-size:12px;
	margin:15px 0px 0px 10px;
	width:640px;
	padding-bottom:25px;
	border-bottom:1px solid #CCCCCC;
}

.blogContent a
{
    color:#4cad5e;
    text-decoration:none;
}
.blogContent a:hover
{
	color:#003399;
	text-decoration:underline;
}
.commentTitle
{
    width:640px;
    margin-top:15px;
}
.commentTitleText
{
    font-family:Verdana;
	font-size:12px;
}
.commentTitleLeft
{
    float:left;
    background-image:url('../Images/Comment_Left.png');
    width:10px;
    height:33px;
}
.commentTitleMid
{
    float:left;
    background-image:url('../Images/Comment_Mid.png');
    background-repeat:repeat-x;
    width:600px;
    height:25px;
    padding-top:8px;
    color:White;
}
.commentTitleRight
{
    float:left;
    background-image:url('../Images/Comment_Right.png');
    width:10px;
    height:33px;
}
.commentBody
{
    font-family:Verdana;
	font-size:9pt;
	margin:0px 8px 0px 8px;
	border:1px solid #CCCCCC;
	width:580px;
	min-height:40px;
	padding:10px;
}
.commentAuthor
{   
    font-family:Verdana;
	font-size:9pt;
}
.blogTitleLeft
{
    float:left;
    background-image:url('../Images/BlogTitle_Left.png');
    width:10px;
    height:33px;
}
.blogTitleMid
{
    float:left;
    background-image:url('../Images/BlogTitle_Mid.png');
    background-repeat:repeat-x;
    min-width:640px;
    height:27px;
    padding-top:6px;
}
.blogTitleRight
{
    float:left;
    background-image:url('../Images/BlogTitle_Right.png');
    width:10px;
    height:33px;
}
.titleText
{
    font-family:Tahoma;
    font-size:16px;
    color:#61d442;
    margin-right:8px;
    letter-spacing:1px;
}

	
