/* Common Container */

.Common_title {
	color: #000000;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:bold;
}

.Common_title2
{
	color: #808080;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:bold;
}

#blog a:link, a:visited
{
	color: #808080;
	font-family:"Century Gothic";
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
    line-height: 16px;
    _line-height: 15px;
}

#blog a:hover, a:active
{
	color: #808080;
	font-family:"Century Gothic";
	font-size: 10px;
	font-weight:normal;
	text-decoration:underline;
    line-height: 16px;
    _line-height: 15px;
}

#blog A.CommandButton:link {
    color: #bbbbbb;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

#blog A.CommandButton:visited  {
    color: #bbbbbb;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}

#blog A.CommandButton:active   {
    color: #bbbbbb;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
}

#blog A.CommandButton:hover    {
    color: #bbbbbb;
	font-family:"Century Gothic";
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
}

#BlogList img
{
    border:solid 1px #8c8c8c;
}