
/* A */
A.headerlink { COLOR: #ffffff }

/* DIV */
DIV.header
{
	background: #000000;
	width: 100%;
	text-align: left;
	color : #FFFFFF;
}
DIV.title
{
	background: #000000;
	/*width: 100%;*/
	padding: 5px;
	font-size: 16px;
	color : #FFFFFF;
}
DIV.blogHeader
{
	background: #000000;
	width: 100%;
	height: 40px;
	text-align: left;
	padding: 5px;
	border: 1px dotted #CCCCCC;
	filter:Alpha(style=0,opacity:80);
	color: #FFFFFF;
	filter:Alpha(style=0,opacity:80);
}
DIV.blogFooter
{
	width: 100%;
	height: 40px;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
}

/* SPAN */
SPAN.title
{
	font-size: 16px;
	font-weight: bold;
}

/* TD */
TD.header
{
	padding : 4px;
	background: #000000;
	margin: 1px;
	text-align: center;
	font-weight:bold;
	color:#FFFFFF;
}
