body {
margin: 0px;
font-family: Lucida Sans Unicode, Arial, Helvetica;
font-size: .9em;
}
h1{
 font-size: 140%;
 color: #7E2612;
}
h2{
 font-size: 120%;
 color: #003366;
}
h3{
 font-size: 100%;
 color: #003366;
}
h4{
 font-size: 100%;
 color: #003366;
font-style: italic;
}
a:link, a:visited, a:hover {
color: #003366;
font-weight: bold;
/*text-decoration: none;*/
}
.content {
font-family: Lucinda Sans Unicode, Arial, Helvetica;
font-size: .9em;
color: #222222;
line-height: 1.3em;
}
.contentimg {
padding: 0px;
margin: 5px;
}
label {
color: #003366;
font-weight: bold;
}
.quote {
	color: #003366;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
}
sup { 
	vertical-align: 0.5em;
	font-size: 80%;
	line-height: 1%;
}
.imgleftshadow {
border-style:outset;
border-width: .15em;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 15px;
}
.imgrightshadow {
border-style:outset;
border-width: .15em;
margin-left: 15px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 0px;
}