.block_first, .block, .block_last
{
	margin-left: 0;
	/* border: 1px dotted black;*/
	width: 205px;
	display: block;
	height: 71px;
	text-decoration: none;
	color: Black;
}
.block_imagebackground
{
	border: 0px solid white;
	height: 71px;
	width: 201px;
}

.block_imagebackground p
{
margin:0px;
padding: 0px;
}

.block
{
	margin-left: 0px;
}

.block .White
{
	color: White;
}


.block_last
{
	border: 0px dotted black;
	margin-left: 0px;
	font-size: 17px;
	color: #ffffff;
	padding-top: 9px;
	padding-left: 14px;
	text-decoration: none;
}

.inner_block
{
	margin: 9px 14px;
	font-size: 17px;
}

.inner_block a
{
	text-decoration: none;
	color: #065596;
}
.inner_block img
{
	border: 0;
	margin-right: 7px;
}



/**************************************************
*
* sideblocks menuer
*
**************************************************/

.side_block_first, .side_block, .side_block_last
{
	margin-left: 0;
	border: 1px dotted black;
	display: block;
	text-decoration: none;
}

.side_block
{
	margin-left: 0px;
	margin-bottom: 23px;
}
.side_block_last
{
	border: 0px dotted black;
	background: White url(/Images/user/annualreport2007.jpg) no-repeat top left;
	font-size: 13px;
	color: #ffffff;
	padding-left: 14px;
	text-decoration: none;
}

.side_inner_block
{
	margin: 9px 14px;
	font-size: 17px;
}

.side_inner_block .header
{
	margin: 0px 0px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.side_inner_block .manchet
{
	margin-bottom: 0px;
	font-size: 11px;
	color: #4E4D49;
	font-weight: bold;
}
.side_inner_block .content
{
	margin-bottom: 19px;
	font-size: 11px;
	color: #4E4D49;
}
.side_inner_block .content a
{
	margin-bottom: 19px;
	font-size: 11px;
	font-weight: bold;
	color: #065596;
	text-decoration: underline;
}

.side_inner_block a
{
	text-decoration: none;
	color: #000000;
}
.side_inner_block img
{
	border: 0;
	margin-left: 4px;
}


/****************************************
*										*
* AUTO SIZE BOX	RUNDED					*
*										*
****************************************/
/* set the image to use and establish the lower-right position */
.cssbox_blue, .cssbox_body_blue, .cssbox_head_blue, .cssbox_head_blue h2, .cssbox_head_blue p
{
	background: white url(/images/boxes/blue.jpg) no-repeat bottom right;
}
.cssbox_green, .cssbox_body_green, .cssbox_head_green, .cssbox_head_green h2, .cssbox_head_green p
{
	background: white url(/images/boxes/green.jpg) no-repeat bottom right;
}
.cssbox_green, .cssbox_blue
{
	/* intended total box width - padding-right(next) */
	width: 190px !important; /* IE Win = width - padding */
	width: 190px; /* the gap on the right edge of the image (not content padding) */
	padding-right: 15px; /* use to position the box */
	margin-bottom: 20px;
}

/* set the top-right image */
.cssbox_head_green, .cssbox_head_blue
{
	background-position: top right; /* pull the right image over on top of border */
	margin-right: -15px; /* right-image-gap + right-inside padding */
	padding-right: 20px;
}

/* set the top-left image */
.cssbox_head_green h2, .cssbox_head_blue h2
{
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */
	padding: 17px 0 0px 15px;
	height: auto !important;
	height: 1%;
	font-size: 17px;
	font-weight: normal;
	color: #ffffff;
}
.cssbox_head_green h2 a, .cssbox_head_blue h2 a
{
	color: #ffffff;
	text-decoration:none;
}
.cssbox_head_green p, .cssbox_head_blue p
{
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */
	padding: 9px 0 0px 14px;
	height: auto !important;
	height: 1%;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.cssbox_head_green p a, .cssbox_head_blue p a
{
	color: #ffffff;
	text-decoration:none;
}

.cssbox_head_green h2 img, .cssbox_head_blue h2 img, .cssbox_head_green p img, .cssbox_head_blue p img
{
	margin-right: 7px;
}
/* IE Holly Hack */

/* set the lower-left corner image */
.cssbox_body_green, .cssbox_body_blue
{
	background-position: bottom left;
	margin-right: 0px; /* interior-padding right */
	padding: 1px 0 25px 14px;
}
/* mirror .cssbox_head right/left */

.cssbox_body_green a, .cssbox_body_blue a
{
	color: #004FA3;
	font-weight: bold;
	font-size: 11px;
}
