﻿/* Start of blog styles */
#ctl00_Blog .lblblogdate
{
	font-size:10pt;
	font-weight:bold;
	width:100px;
	display:inline-block;
}
#ctl00_Blog .lblblogsubject
{
	font-size:10pt;
	font-weight:bold;
	width:100px;
	display:inline-block;
}
#ctl00_Blog .lblblogdetails
{
	font-size:10pt;
	font-weight:bold;
	width:100px;
	display:block;
	visibility:hidden;
}
#ctl00_Blog .txtblogdate
{
	font-size:10pt;
	width:500px;
	display:inline-block;
}
#ctl00_Blog .txtblogsubject
{
	font-size:10pt;
	font-weight:bold;
}
#ctl00_Blog .txtblogdetails
{
	font-size:10pt;
	padding-bottom:12px;
}
/* End of blog styles */
/* Start of home page blog styles */
#ctl00_Home .txtblogdate
{
	font-size:8pt;
	width:100px;
}
#ctl00_Home .txtblogsubject
{
	font-size:8pt;
	font-weight:normal;
}
