/* Presentation Stylesheet */ 

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
 
.TABLE {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-bottom-color: Navy;
	border-color: #000066 #000066 #000066 #000066;
	border-left: 1px solid #000066;
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #000066;
	border-right-color: #000066;
	border-right-style: solid;
	border-right-width: 1px;
	border-style: solid solid solid solid;
	border-top: 1px solid #000066;
	border-top-color: #000066;
	border-top-style: solid;
	border-top-width: 1px;
}

.idxlnk {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	color: navy;
	text-decoration: none;
}

.cfdebug {
	text-align: left;
}