body {
	margin: 2%;
	background-color: white;
	color: #333333;
	font-size: 10.5pt; 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

h1 {
	color: #333333;
	font-weight: bold;
	font-size: 2em;
	margin: 1em 0 0 0;
}	

h2 {
	color: #333333;
	font-weight: bold;
	font-size: 1.5em;
	margin: 1em 5% 0 5%;
	border-width: 0 0 1pt 0;
	border-color: #9999ff;
	border-style: solid;
}

h3 {
	margin: 1em 8% 0 8%;
	font-size: 130%;
}

h4 {
	margin: 1em 8% 0 8%;
	font-size: 100%;
}

ul,ol,p {
	margin: 0.5em 10%;
	text-indent: 1em;
	line-height: 140%;
}

p.key {
	margin: 1em 0 1em 30%;
	text-indent: 0;
}

div {
	margin: 0.5em 10% 0 10%;
	line-height: 140%;
}

div.foot {
	padding: 1em 1em 0 0;
	margin: 4em 0 0 0;
/*	border-width: 1pt 0pt  0pt  0pt;
	border-color: #333333;
	border-style: solid;

*/
	text-align: right;
	font-size: 80%;
}

img {
	border: 0;
}


a:link, a:visited {
	color: #0099cc;
	text-decoration: none;
	font-weight: bold;

}

a:active, a:hover {
	color: #ff0000;
	background-color: #ffcccc;
	text-decoration: none;
}


em {
  font-style:   normal;
  font-weight:  bold;
  color:        red;
}

div.cite{ 
  border-color: #333366;
  border-style: solid;
  border-width: 0pt 0pt 0pt 3pt;
  padding: 0 0 0 0.3em;
  margin: 0.5em 5% 0 10%;
  font-style:italic;
  line-height: 120%;
  font-size: 90%;
}
div.right {
        text-align: right;
        margin: 0em 1em 0 0;
}

P.noindent {
             text-indent: 0em;
             }
