/* CSS Document */

body { 
  color: black; 
  background-color: white;
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  width: 100%;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

h3 {
	font-size: 16px;
	border-bottom: 2px dotted #000;
}

tr.hiding{
  display: none;
 }

td#date {
	display: none;
}

td#headbox {
 display: none;
}

td#slogan {
	display: none;
}

td#yellow {
	display: none;
}

div#leftnavbox {
	display: none;
}


td#footnote {
  color: black; 
  background-color: white;
  font-size: 11pt;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  border-top: 2px solid #000;
  text-align:left;
  
}

ul {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
}

li {
	margin-bottom : 3pt;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	text-align: left;
}

.photoframe {
	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 2px solid #F90;
	border-bottom: 2px solid #690;
	border-left: 2px solid #690;
}

.left{
	float: left; 
	margin-right: 8px;
   	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 2px solid #F90;
	border-bottom: 2px solid #690;
	border-left: 2px solid #690;
}
.right {
	float: right; 
   	margin-left: 8px;
   	border-style: ridge;
	border-top: 2px solid #F90;
	border-right: 4px solid #F90;
	border-bottom: 4px solid #690;
	border-left: 2px solid #690;
}

.bu {
	font-weight: bold;
	text-decoration: underline;
}


