BODY {
	color:#000000;
	font-size:10pt;
	font-family:'Arial', sans-serif;
	text-align:left;
}
/* Heading and sub heading */
h1 {
	font-size:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:10pt;
}
/* h3 as column heading with green background and white chars */
h3 {
	font-size:10pt;
}
h4 {
	margin-bottom:0;
	font-size:10pt;
}
/* two h-tag with single line */
.h-first {
	margin-bottom:0;
}
.h-second {
	margin-top:0;
}
/* Ekstra vertical space */
.h3-vs, .h2-vs {
	margin-top:48px;
}
/* Compay address on each page */
address {
	font-style:normal;
	font-size:7pt;
}
/* Link layout */
a {
	color:#000000;
	text-decoration:none;
}
/* a:hover {} */
/* Links inside column heading */
/* h3 a {} */
/* Grey for current page in link list */
.cur-page {
	color:#808080;
}
/* List style base */
ul {
	margin-left:12px;
	padding-left:12px;
	list-style-type:disc;
	text-align:left;
}
/* Definition list */
dd {
	margin-bottom:15px;
	margin-left:0;
}
/* Italics when used in right col on index page */
.right-col dt {
	font-style:italic;
}
/* Without marker and no margin/padding */
.list-qlink, .list-plink, .list-ref, .list-link, .list-broch {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.list-ref {
	margin-top:0;
}
/* Extra padding in bottom of each list item */
.list-vs li {
	padding-bottom:10px;
}
/* For new or updated pages on sitemap/brochures */
.new-updated {
	font-style:italic;
}
/* For name in organisation */
.org-cell {
	padding-top:10px;
	clear:both;
}
.org-cell img {
	margin-right:5px;
	float:left;
}
.org-cell h4 {
	margin-top:0;
	margin-right:2px;
	float:left;
}
/* 2 sub columns in mid-col */
.sub-left, .sub-right {
	margin-top:0;
	padding-top:20px;
}
.sub-left {
	float:left;
}
.sub-right {
	text-align:right;
}
/* Style for images */
.figure {
	padding-top:4px;
	padding-bottom:4px;
	font-size:7pt;
	text-align:center;
}
/* SPEC print and handheld */
.right-col .figure {
	padding-right:10px;
	float:left;
}
.figure p {
	margin:0;
	padding:0;
}
.fig-left {
	text-align:left;
}
.fig-vsb {
}
.fig-vst, .fig-usc-ref {
}
.fig-usc-ref {
}
.cap-justify {
	text-align:justify;
}
/* Not show figure for print and handheld */
.not-show {
	display:none;
}
/*Fixed height for mid cols with little content*/
.m-fixed {
}
.m-fixedindex {
}
.m-fixedusc {
}
.m-fixedggh {
}
/* Whole page content */
.whole-page {
}
/* Top row - BWE logo height 42 total width 590 + 180 */
/* Both margins and padding necessary to manage O,IE and M */
/*Due to IE max width set to 99%*/
.top-left {
	display:none;
}
.top-right {
	width:99%;
	text-align:right;
}
/* Menu as trad links for handheld view only */
/* Clear both used if accidentally shown in screen view */
.hand-menu {
	display:none;
	clear:both;
}
/* Common */
/*.left-col, .mid-col, .right-col, .bottom-mid, .bottom-adr {}*/
/* Mid row - total width 180 + 410 + 180 px */
.left-col {
	margin-right:1%;
	clear:both;
	float:left;
	width:26%;
	text-align:left;
}
.mid-col {
	float:left;
	width:72%;
	text-align:justify;
}
.right-col {
	margin-left:27%;
	padding-top:20px;
	clear:both;
	text-align:justify;
}
/* Bottom STF logo height 20 total width 180 + 410 + no right */
.bottom-left {
	clear:both;
	font-size:7pt;
}
/* Bottom mid for white mid vackground */
.bottom-mid {
	display:none;
}
/* End line with address - total width 770 */
.bottom-adr {
	border-top-width:1px;
	border-right-width:0;
	border-bottom-width:0;
	border-color:#000000;
	border-left-width:0;
	border-style:solid;
	width:99%;
	text-align:right;
}
