/* Layout
---------------------------------*/

body,
#container,
#content { 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* Typography
---------------------------------*/

body text { 
	font-family: verdana,arial,sans-serif;   
	font-size: 6pt;
	line-height: 10pt;
	font-weight: normal;}

HR { height: 1px; color: #000000; padding-top:1px; padding-bottom:1px;}

h1, h2, h3, h4, h5, h6 { verdana,arial,sans-serif; } 

.pagebr {  page-break-after: always}

/* approx 21px*/ h1 {  font-size: 14pt; line-height: 18pt; padding-top:1px; padding-bottom:1px;} 

/* approx 16px*/ h2 {  font-size: 12pt; line-height: 16pt; padding-top:1px; padding-bottom:1px;} 

/* approx 14px*/ h3 {  font-size: 10pt; line-height: 14pt;} 

/* approx 12px*/ h4 {  font-size: 8pt; line-height: 12pt;}

/* approx 10px*/ h5 {  font-size: 6pt; line-height: 10pt;}

ul { height: 0px; padding-top:-5px; padding-bottom:-5px;}

p, td {
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
	padding-top:0px;
 padding-bottom:0px;}

ul,dd,
dt,ol,li {
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
	padding-top:-10px;
 padding-bottom:-5px;}

b {
	font-size: 8pt;
	line-height: 8pt;
	font-weight: 600;
}
blockquote {
	float: left;
	width: 100mm;
	margin: 5mm 5mm 5mm 0;
	font-size: 14pt;
	line-height: 18pt;
	color: #000000;
}

dt {
	font-weight: bold;
}

/* Hidden
---------------------------------*/
/* Remove unwanted elements */
#header, #nav, .noprint
{
display: none;
}
/* Links
---------------------------------*/
#content a {
	color: #000000; 
	font-size: 0.8em;
}
#content a:link { 
	color: #000000; 
}
#content a:visited { 
	color: #000000; 
}
#content a:active { 
	color: #000000; 
}

#content a[href]:after {
	content: " [" attr(href) "] ";
}