.sekrit{
	position: absolute;
	left: -999em;
	top: -999em;
}
*{
	border: 1px soliddd #999999;
}
body{
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
img{
	border:none;
}
img.logo{
	position: absolute;
	top: 15px;
	left: 5px; 
}
ul.mainNav, #searchform, #horizNav, #crumbTrail, .crumbTrail, #breadcrumb, #accessibility, .accesskeys, #colourBar, .relatedDocs, div.footer{
	display: none;
}
.mainContent{
	margin:0 0 0 0;
	min-width: 20em;
	_width:100%;
}
.mainContent ul li{
	margin-bottom: 5px;
}
p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
em{
	font-size: 9pt;
}
h1{
	margin: 30px 0 20px 0;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
ul.nobullet{
	list-style-type: none;	
}
dt{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
dd{
	margin-bottom: 1em;
}
/**  2-column forms **/
form{
	/*display: block;*/
	float: left;
	margin-top: 1em;	
}
.twoColForm label{
	padding: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-top: 0.5em;
	display: block;
	position: relative;
	vertical-align:top;
	clear: both;
	_height: 0;
}
textarea{
	margin-bottom: 10px;
	}
.twoColForm label input, .twoColForm label select, .twoColForm label textarea{
	top:0;
	margin: 0;
	left: 40%;
}
.twoColForm label span, .twoColForm label.textblock span{
	position: relative;
	float: left;
	margin-right:5px;
	width: 35%;
	text-align:right;
}
.twoColForm label span.red, .twoColForm label.textblock span.red{
	float: none;
	display: inline;
	width: auto;
}
.twoColForm label.button, .twoColForm label.inline{
	display: inline;
	width: auto;
	padding: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-top: 0.25em;
	white-space:nowrap;
	vertical-align: middle;
}
.twoColForm label.firstButton{
	margin-left: 35%;
}
.twoColForm label.button input{
	width: 1.25em;
	height: 1.25em;
	position: relative;
	display: inline;
	top: 0.25em;
	left: 0;
	float: none;
}
.twoColForm fieldset{
	margin-bottom: 0.5em;
}
.twoColForm fieldset.radiogroup legend{
	float: left;
	margin-right:5px;
	width: 35%;
}
.clearboth{
	clear:both;
}
table  caption{
	text-align:left;
	font-weight: bold;
	font-size:11pt;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table caption{
	margin: 7px 0 1em 0;
	padding: 2px;
}
table caption a{
	font-weight: normal;
}
th, td{
	vertical-align: top;
	text-align:left;
	font-size:10pt;
}
table th, table td{
	padding: 2px;
}
table th.pc40, table td.pc40{
	width: 40%;
}
table th.pc60, table td.pc60{
	width: 60%;
}
.bBorder, .blBorder{
	border-bottom: #d9d9d9 1px solid;
}
.lBorder, .blBorder{
	border-left: #d9d9d9 1px solid;
}
.red{
	color: #cd1228;
}
.turquoise{
	color: #2b6788;
}

/*** doc title info ***/
	.defaultDocTitleInfo{
	background-image: url(/images/main/default_branch);
	background-repeat: no-repeat;
	background-position:  left top;
	background-color:  #FFFFFF;
	font-size: 12pt;
	min-height:50px;
	}
.defaultDocTitleInfo h1{
		font-size: 11pt;
		color: #F26722;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:50px;
	}
.defaultDocTitleInfo h1 a, .defaultDocTitleInfo h1 a:visited{
		color: #F26722;
	}
.defaultDocTitleInfo h2{
		font-size: 13pt;
		color: #cd1f36;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:55px;
		}
.defaultDocTitleInfo h3 {
		font-size: 12pt;
		color: #595959;
		font-weight: bold;
		margin-left:60px;
		margin-top:0px;
		}