/* Left hand navigation */

.lc_nv_b {
    display: block;
	margin-left: 0px;
}

.lc_nv_c {
    display: block;
	margin-left: 10px;

}

.lc_nv_d {
    display: block;
	margin-left: 20px;

}

.lc_nv_e {
    display: block;
	margin-left: 30px;

}

/* BLOCKS */

/* block_0 Heading 1 */
h1 {
	font-size: 15pt;
	margin: 15pt 0px 5pt 0px;
}

/* block_1 Heading 2, block_2 Heading 2 with subheading */
h2 {
	font-size: 12pt;
	margin: 10pt 0px 0pt 0px;
}

/* block_2 subheading style */
.bl_h2_desc {
	font-size: 10pt;
}

/* block_3 heading 3 */
h3 {
	font-size: 10pt;
	margin: 5pt 0px 0px 0px;
}

/* block_10 text with reach editor */
.bl_txt {
    margin-top: 5pt;
}

/* block_11 highlighted text */
.bl_txt_h {
	margin-top: 5pt;
}

/* block_12 weak text */
.bl_txt_w {
	margin-top: 5pt;
}

/* block_20 image + text, 21 text + image */
/* container and style of the text */
.bl_img_txt {
    margin-top: 5pt;
}

/* block_20 image container for image aligned left */
.bl_img_txt_l {
	float: left;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

/* block_21 image container for image aligned right */
.bl_img_txt_r { 
	float: right;
	margin-left: 5pt;
	margin-bottom: 5pt;
}

/* block_22 image with description + text, 23 text + image with description */
/* container and style of the text */
.bl_imgd_txt { 
	margin-top: 5pt;
}

/* block_22 image container for image aligned left */
.bl_imgd_txt_l {
	float: left;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

/* block_23 image container for image aligned right */
.bl_imgd_txt_r { 
	float: right;
	margin-left: 5pt;
	margin-bottom: 5pt;
}

/* block_22, 23 style of the image description */
.bl_imgd_txt_d { 
}

/* block_30, 31 Large text in normal text */
/* container and main text style */
.bl_txt_txt { 
	margin-top: 5pt;
}

/* block_30 larger text aligned left */
.bl_txt_txt_l {
	font-size: 12pt;
	width: 30%;
	float: left;
	margin-right: 5pt;
	margin-bottom: 5pt;
}

/* block_31 larger text aligned right */
.bl_txt_txt_r {
	font-size: 12pt;
	width: 30%;
	float: right;
	margin-left: 5pt;
	margin-bottom: 5pt;
}

/* block_40 one image */
.bl_img {
	text-align: center;
}

/* block_50 thin horisontal rule */
.bl_sep_t {
	margin-top: 10pt;
	margin-bottom: 10pt;
	height: 1px;
	background: #000000;
}

/* block_51 thick horisontal rule */
.bl_sep_w {
	margin-top: 8pt;
	margin-bottom: 8pt;
	height: 5px;
	background: #000000;
}

/* block_52 vertical whitespace */
.bl_sep_s {
	margin-top: 8pt;
	margin-bottom: 8pt;
	height: 5px;
}


/* block_60 list navigation with images */
/* container */
.bl_nv_img {
	margin-top: 5pt;
}

/* image container */
.bl_nv_img_i {
	padding-right: 5pt;
	padding-bottom: 5pt;
}

/* text description style */
.bl_nv_img_t {}

/* link style */
.bl_nv_img_h {}


/* block_61 list navigation */
/* container */
.bl_nv_txt { margin-top: 5pt; }

/* text description style */
.bl_nv_txt_t { margin-bottom: 5pt; }

/* link style */
.bl_nv_txt_h {}


/* block_62 site map navigation */
/* container */
.bl_nv_map { margin-top: 5pt; }

/* title page */
.bl_nv_map_a {
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

/* 1 level page */
.bl_nv_map_b {
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}

/* 2 level page */
.bl_nv_map_c {
	font-weight: bold;
	text-decoration: none;
	margin-left: 20pt;
}

/* 3 level page */
.bl_nv_map_d {
	margin-left: 40pt;

}

/* 4 level page */
.bl_nv_map_e {
	margin-left: 60pt;

}

/* 5 level page */
.bl_nv_map_f {
	margin-left: 80pt;

}


/* block_70 news list */
/* container */
.bl_nw {  }

/* item and news body style */
.bl_nw_i { margin-top: 5pt; padding-left: 20pt; }

/* date style */
.bl_nw_d { font-weight: bold; margin-left: -20pt;}


/* block_80 shortcut */
/* container and main text style */
.bl_ln { margin-top: 5pt; }

/* link style */
.bl_ln_h {}


/* block_100 download */
/* container */
.bl_dl { margin-top: 5pt; }
