body {
	font-size:8pt;
	font-family: Calibri, Arial;
	padding:20px;
}

pre.p { /* we will cheat a bit to preserve newlines */
	font-family: Calibri, Arial;
	white-space: normal;
}

p, table, thead, tbody, tr, td, th, span, a, div, pre {
	font-size:1em;
}


a {
	color:#25b8ec;
	font-weight:bold;
}

h1 {
	font-size:3em;
	color:#25b8ec;
	font-weight:bold;
	letter-spacing:0.05em;
}

h2 {
	font-size:1.8em;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.05em;
}

h3 {
	font-size:1.4em;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.05em;
	
}


table.toc {
	border-collapse: collapse;
	border:0;
	border-top:2pt solid #c0c0c0;
	border-bottom:2pt solid #c0c0c0;
	margin:0;
	margin-top: 20px;
	margin-bottom: 80px;
	width:100%;
}

table.toc thead th {
	text-align: left;
	vertical-align: bottom;
	border-bottom:2pt solid #f0f0f0;
	padding:6px;
	padding-right:20px;
}
table.toc tbody td {
	text-align: left;
	vertical-align: top;
	border-bottom:1pt solid #f0f0f0;	
	padding:6px;
	padding-right:20px;
}






table.complextype {
	border-collapse: collapse;
	border:0;
	border-top:2pt solid #c0c0c0;
	border-bottom:2pt solid #c0c0c0;
	margin:0;
	margin-top: 20px;
	margin-bottom: 20px;
	width:100%;
	
}

table.complextype thead th {
	text-align: left;
	vertical-align: bottom;
	border-bottom:2pt solid #f0f0f0;
	padding:6px;
	padding-right:20px;
}
table.complextype tbody td {
	text-align: left;
	vertical-align: top;
	border-bottom:1pt solid #f0f0f0;	
	padding:6px;
	padding-right:20px;
}

table.simpletype {
	border:0;
}

table.simpletype td {
	padding:4px;
	padding-right:20px;
	text-align: left;
	vertical-align: top;
}

table.simpletype td.label {
	font-weight: bold;
}



div.datatype {
/*	border:1pt solid #c0c0c0;
	background-color:#f8f8f8; */ 
	padding:20px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	
}

a.goback {
	float:right;	
	font-size:0.9em;
}

div.footer {

	display:block;
	border-top:2px solid #f0f0f0;
	margin-top:40px;
	margin-bottom:40px;
	padding:0px;
	padding-top:10px;
	font-size:0.9em;
}

p.timestamp{
	color:#808080;
	font-size:0.9em;
	margin-bottom:40px;
	
}

p.grouping {
	margin-top:40px;	
}
	
.copyright {
	color: #808080;
	font-weight:normal;
}

p.restriction {
	font-size:0.9em;
	font-style: italic;	
}

span.restriction {
	font-size:0.9em;
	white-space: nowrap;
	margin-top:2px;
	clear: both;
}


div.header {

	display:block;
	border-bottom:2px solid #f0f0f0;
	margin:0;
	padding:0px;
	padding-bottom:10px;
	font-size:1.0em;
	
	color: #808080;
	text-align: left;
}

div.header h1 {
	font-size:1.4em;
	text-align:right;
	margin-top:10px;
	margin-bottom:2px;
}
div.header h2 {
	font-size:1.2em;
	text-align:right;
	margin-top:10px;
	margin-bottom:2px;
	color:black;
}

a.menu {
	margin:0px;
	margin-right:10px;
	padding:4px;
	color:#808080;	
	background-color:#f8f8f8;
	border:1px solid #f0f0f0;
	
}

span.multiplicity {
	color:#808080;
}
span.multiplicityrequired {
	font-weight: bold;
	color: #cc0000;	
}

img.icon {
	padding:0;
	margin:0;
	margin-right:4px;
	border:0;
	vertical-align: text-top;
}
