/* CSS Document */

.blog_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #000000;
	border-bottom-color:#cccccc;
	border-bottom-style:solid; 
	border-bottom-width:1px;
}
.blog_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight:bold;
}

.blog_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;

}
.blog_calendar_head
{
 background-color: #EFEFEF; text-align:center; vertical-align:middle;
 
}
.blog_calendar_head td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	width:31px;
}

.blog_calendar_line td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: middle;
	text-align:center;
	background-color:#EFEFEF;
}

.blog_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #204A97;
	font-weight: bold;
}
a.blog_title:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #204A97;
	font-weight: bold; 
}
a.blog_title:visited {
	text-decoration: none;
}
a.blog_title:hover {
	text-decoration: underline;
	
}
a.blog_title:active {
	text-decoration: none;
}

.blog_calendar_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blog_calendar_line td a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #204A97;
}
.blog_calendar_line td a:visited {
	text-decoration: underline;
	color: #204A97;

}
.blog_calendar_line td a:hover {
	text-decoration: none;
	color: #204A97;
}
.blog_calendar_line td a:active {
	text-decoration: none;
	color: #204A97;

}

.blog_table td{  border-bottom:1px solid white; border-left:1px solid white;}

.blog_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.blog_text:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #204A97;
}
a.blog_text:visited {
	text-decoration: underline;
	color: #204A97;

}
a.blog_text:hover {
	text-decoration: none;
	color: #204A97;
}
a.blog_text:active {
	text-decoration: none;
	color: #204A97;

}

.blog_calendar_header {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	height: 28px;
}

.blog_calendar_border { 
	border:1px solid #CCCCCC; 
	
}
  
   
 hr
        {
            border: 0;
        }
        hr.hr2
        {
            color: #cccccc;
            background-color: #cccccc;
            height: 1px;
        }
