/* begin Box, Block */
.Block_black
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Block-body_black
{
	position: relative;
	z-index:1;
	padding: 0px;
}



.Block_black
{
	margin: 5px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader_black
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 0px;
}

.BlockHeader_black .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 10px;
	line-height: 30px;
}

.BlockHeader_black .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader_black.png');
}

.BlockHeader_black .l
{
	left:0;
	right:0px;
}

.BlockHeader_black .r
{ 
	right:0;
	clip: rect(auto, auto, auto, 1000px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent_black
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.BlockContent-body_black
{
	position: relative;
	z-index:1;
	padding: 10px;
}



.BlockContent-body_black
{
	color:#000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.BlockContent-body_black a:link
{
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body_black a:visited, .BlockContent-body a.visited
{
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body_black a:hover, .BlockContent-body a.hover
{
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.BlockContent-body_black ul
{
	list-style-type: none;
	color: #545454;
	margin:0;
	padding:0;
}

.BlockContent-body_black li
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.BlockContent-body_black ul li
{
	padding:0px 0 0px 9px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */