body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	color : Black;
	margin:0em;
	padding-top:1ex;
	padding-bottom:1ex;
	}
body.article {
	margin-left:1em;
	margin-right:1em;
	}
img {
	border-style:none;
	}
h1 { font-size: 150%;}
h2 { font-size: 130%;}
h3 { font-size: 120%;}
ul {
	list-style-type: square;
	}
li { margin-bottom: .2em; }
strong {
	color: red;
	background-color: white;
	font-weight: bold;
	}
address {
	font-style:normal;
	}
.bigcap {
	font-size:130%;
	}
.center {
	text-align: center;}
.small {
	font-size: smaller;}
.title {
	font-style:italic
	}
p.spaced {
	line-height: 130%;
	}
ol.spaced>li {margin-bottom:1em;}
.hidden {
	display:none;
	}
div#border {
	width:auto;
	float:right;
	text-align:center;
	color:black;
	background-color:white;
	line-height:0px;
	}
div#content {
	margin-right:96px;
	margin-left:1em;
	}
div#footerbar {
	color: black;
	background-color: #A47AC0;
	width: 100%;
	height: 1.2em;
	margin-top:0.5em;
	}
div#footertext {
	font-size: smaller;
	margin:1em;
	}
@media print {
    div#border, p#noprint { display:none }
	div#content {
	margin-right:1em;
	margin-left:1em;
		}
	}