body {
	font: 70% sans-serif;
}
	
.narrow {
	line-height: 1.3em;
}

address {
	font-style: normal;
	line-height: normal;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

dl, dt, dd {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0.1em; 
}

dt {
	font-size: 1.2em;
	margin: 1.2em 0em 1em;
}

label {
    cursor: help;
}

label:hover {
    border-bottom: 1px dotted #222;
}


h1 {
	font-size: 1.8em;
	margin: 1.2em 0em 1em;
}

h2 {
	font-size: 1.8em;
	margin: 1.2em 0em 1em;
}

h3 {
	font-size: 1.7em;
	margin: 1.2em 0em 1em;
}

h4 {
	font-size: 1.6em;
	margin: 1.2em 0em 1em;
}

h5 {
	font-size: 1.5em;
	margin: 1.2em 0em 1em;
}

h6 {
	font-size: 1.4em;
	margin: 1.2em 0em 1em;
}
a img {
	border: 0;
}

a acronym {
	text-decoration: none;
	cursor: pointer;
	border-bottom: 0px;
}

ol, ul, li {
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0.1em; 
}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}

li > p {
	margin-top: 0.2em;
}

pre {
	font: 1.2em monospace;
}

strong, b {
	font-weight: bold;
}

td {
	font-size: 100%;
}

br.bottom {
	clear: both;
}

div.left50 {
	float: left;
	text-align: left;
	width: 49%;
}

div.right50 {
	float: right;
	text-align: right;
	width: 49%;
}

span.highlight {
	background: #FFFFBF;
}

th {
	text-align: left;
}
