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

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



.Block_blue
{
	margin: 7px;
}

/* end Box, Block */

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

.BlockHeader_blue .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
}

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

.BlockHeader_blue .l
{
	left:0;
	right:7px;
}

.BlockHeader_blue .r
{ 
	width:900px;
	right:0;
	clip: rect(auto, auto, auto, 893px);
}





.header-tag-icon
{
	display:inline-block;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 22px;
	background-repeat: no-repeat;
	min-height: 12px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */

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

.BlockContent-body_blue
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.BlockContent-tr_blue, .BlockContent-tl_blue, .BlockContent-br_blue, .BlockContent-bl_blue, .BlockContent-tc_blue, .BlockContent-bc_blue,.BlockContent-cr_blue, .BlockContent-cl_blue
{
	position:absolute;
	z-index:-1;
}

.BlockContent-tr_blue, .BlockContent-tl_blue, .BlockContent-br_blue, .BlockContent-bl_blue
{
	width: 14px;
	height: 14px;
	background-image: url('images/BlockContent-s.png');
}

.BlockContent-tl_blue
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.BlockContent-tr_blue
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.BlockContent-bl_blue
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.BlockContent-br_blue
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.BlockContent-tc_blue, .BlockContent-bc_blue
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/BlockContent-h.png');
}

.BlockContent-tc_blue
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.BlockContent-bc_blue
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.BlockContent-cr_blue, .BlockContent-cl_blue
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/BlockContent-v.png');
}

.BlockContent-cr_blue
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.BlockContent-cl_blue
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.BlockContent-cc_blue
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FAEFE5;
}


.BlockContent-body_blue
{
	color:#9E5A1F;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.BlockContent-body_blue a:link
{
	color: #8B5418;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body_blue a:visited, .BlockContent-body a.visited
{
	color: #D8843B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlockContent-body_blue a:hover, .BlockContent-body a.hover
{
	color: #D37409;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

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

.BlockContent-body_blue li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

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

/* end Box, BlockContent */