﻿.center a {
	text-decoration: underline;
}

.center a.fscopy_nounderline {
	text-decoration: none;
}

.center a.fscopy_nounderline:hover {
	text-decoration: underline;
}

a.fscopy {
	text-decoration: underline double;
	color: darkgreen;
}

caption {
	text-align: left;
	font-weight: bold;
    font-size: 85%;
}

.center TABLE {
	border: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	margin: 1em 0;
}
.center TABLE TD {
	border: 0px;
	vertical-align: top;
    font-size: 100%;
	/*padding: 0px 1px 0px 1px;*/
}
.center TABLE TH {
	text-align: left;
	vertical-align: bottom;
	/*	The following border directives are subtractive -- the tables 
		all have "border="1"" attributes in the database, so this takes 
		the borders out for TH. */
	border-left: 0px; border-right: 0px; 
	/* border-top: 1px; border-bottom: 1px;	*/
    font-size: 100%;
}
    .center TABLE TR {
        border-bottom:1px dashed #ccc;
    }
.center TABLE TBODY tr:nth-child(odd) {
	background: #eaeaea; /* grey like TOC background; was very light brown #F8F4EE */
}
.center TABLE TH:nth-child(n+2) {
	padding-left: 8px;
}
.center TABLE TD:nth-child(n+2) {
	padding-left: 8px;
}
