@CHARSET "UTF-8";
body {
	font-family: sans-serif;
	font-size: 11pt;
	background-color: #e0edfa;
	margin: 0; 
}

body.etest {
	background-color: #99ccff;	
}

h1 {
	font-size: 18pt;
	margin-top: 0pt;
	margin-bottom: 8pt;
}
.rule {
	margin-top: 4pt;
	padding-top: 4pt;
	border-top: 2px solid #254d8d;		
}
h2 {
	font-size: 14pt;
	margin-top: 12pt;
	margin-bottom: 8pt;
}

h3 {
	font-size: 11pt;
	font-style: italic;
	margin-top: 8pt;
	margin-bottom: 8pt;
}
p {
	margin-top: 0;
	margin-bottom: 8pt;
}

p.credit {
	margin-top: 8pt;
	font-size: 80%;
}
div.smallprint {
	font-size: 80%;
	padding: 0.4em;
}

/*
td, th {
	font-size: 80%;
}
*/
a, a:visited {
	color: #254d8d;
}
a:hover {
	color: #000066;
}

div.link, div.backlink {
	display: block;
	width: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	overflow: auto;
}

.link a, .backlink a {
	padding-left: 20px;
	padding-top: 1px;
	background-image: url('img/arrow.png');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 80%;
	margin-right: 1em;
	margin-bottom: 0.5em;	
}

.link a.rubric {
	float: left;
	width: 4em;
	padding-left: 1em;
	background-image: none;
}

p.link, p.backlink {
	font-size: 90%;
	margin: 0;
	overflow: auto;
}


.backlink a {
	background-image: url('img/backarrow.png');
}

div.twocol {
	width: 80%;
	overflow: auto;
	position: relative;
}
div.twocol div.left {
	width: 49%;
	float: left;
}
div.twocol div.right {
	width: 49%;
	float: right;
}


div#content {
	padding: 1em;
}
	