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

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



.Block_red
{
	margin: 1px;
}

/* end Box, Block */

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

.BlockHeader_red .t
{
	height: 30px;
	color: #444;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 1.9em;
	letter-spacing:-0.06em;
	font-style: normal;
	white-space : nowrap;
	padding: 0;
	line-height: 30px;}
.BlockHeader_red img{float:left; margin-right:2px;}

.BlockHeader_red .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
}

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

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




/* end BlockHeader */

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

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



.BlockContent-body_red
{
	color:#333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
}

.BlockContent-body_red a:link
{
	color: #175b85;
	text-decoration: none;
}

.BlockContent-body_red a:visited, .BlockContent-body a.visited
{
	color: #a22727;
	text-decoration: none;
}

.BlockContent-body_red a:hover, .BlockContent-body a.hover
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

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

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

.BlockContent-body_red 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;
}

input{
	font-size:1.2em;
	border: 1px solid #ccc;}