/* style sheet for browsers */
html{
margin: 0px;
padding: 0px;
}
body{
	background-color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	width: auto;
	page-break-inside:auto;

}


a:link, a:visited {
	color: #eaae35;
	text-decoration: underline;
}


h1, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
        color: #2d4067;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #2d4067;
 font-weight: bold;
}
h1 span{
display: none;
}

h2{
font-family: Arial,sans-serif;
 font-size: 114%;
 color: #2d4067;
 font-weight: bold;

}

h3{
background-color:#FFFFFF;
 font-size: 100%;
 color: #334d55;
}

h4{
background-color:#FFFFFF;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
background-color:#FFFFFF;
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
background-color:#FFFFFF;
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#menu, #nav, #noprint, .noprint, #login {display: none;}

#wrapper{
padding: 5px 0px;
margin: 0px;
page-break-before:avoid;
page-break-inside:auto;
}

#wrapper #leftBar {
	float: left;
	width: 19%;
	font-size: 80%;
	margin: 0px 0 15px 10px;
}

#content{
text-align:left;
	margin: 0px 0 15px 0;
	padding: 0px 10px 0 10px;
	font-size: 80%;
	border-right: none;
width: 95%;
page-break-before:avoid;
page-break-inside:auto;
}
@page {
	
size: 21cm 29.7cm;
}
.cleardiv{
clear:both;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px 0px 0px 8px;
	float: left;
	width: 255px;
	height: 117px;
	background-repeat: no-repeat;
	padding: 0;
}


/*************** #pageName styles **************/

#wrapper h2{
	padding: 5px;
	margin: 0px;
}
#wrapper h1{
	padding: 0px;
	margin: 0px;
}


/********** #topnav ***************************/
#globalNav
{
	display: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
display: none;
}



/************** content styles *****************/

#wrapper p{
	padding: 5px 0px 10px 0px;
	line-height: 140%;
}

.concept {
padding: 5px;
border-right: solid 1px black;
font-size: 85%;
}
.concept A:link, .concept a:visited, .concept a:active{
color: #000000;
text-decoration:none;

}

.kopje {
background-color:#D4EBF5;
vertical-align: top;
font-weight: bold;
font-size:70%;
padding: 5px 5px 10px 0px;
}

.kopje1 {
vertical-align: top;
font-weight: bold;
font-size:90%;
padding: 5px;
}

.veldlabel {
margin: 2px;
}

#wrapper table {
	width: auto;
	text-align:left;
	/*border: solid 1px #4B7BB9;*/
	margin-bottom: 15px;
	margin-left: 0px;
page-break-inside:auto;
}


#wrapper table td{
font-size: 70%;
/*border-bottom: solid 1px #DDD;*/
}

#wrapper table th{
background-color:#D4EBF5;
font-size: 70%;
border-bottom: solid 2px #000;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 2px solid #4B7BB9;
	border-bottom: 2px solid #4B7BB9;
	font-size: 75%;
	color: #EAAE35;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 5px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
#navBar img {
	padding: 0px;
	margin: 0px 10px 15px 10px;
	border: 2px solid #EAAE35;
	float: left;
}

#wrapper ul {
	line-height: 1.5em;
	font-size:90%;
	list-style-position: outside;
	color: #4B7BB9;
	font-weight: bold;
}

#wrapper ul li {
	list-style-image: url(../images/bullet.gif);
	padding: 0px 0px 0px 10px;
	list-style-position: outside;
}

#wrapper ol {
	line-height: 1.5em;
	font-size:90%;
	list-style-position: outside;
	color: #4B7BB9;
	font-weight: bold;
}

#wrapper ol li {
list-style-type:decimal-leading-zero;
	padding: 0px 0px 0px 10px;
	list-style-position: outside;
}
