/* -----OVERALL----- */
.pgTitle {	background-color: rgb(221, 235, 247);
		font-size: 150%;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
		text-align: center;
}
body {		font-family: Calibri, Tahoma, Geneva, sans-serif;	
}

table {		width: 100%;
		border-collapse: collapse;	}

tr {		border-top: 2px solid rgb(221, 235, 247);
}

td {		border-spacing: 0px;		
		vertical-align: top;
}
.mo {		white-space: pre;
		font-size: 90%;
		font-family: consolas, Monaco, monospace;
		padding-top: 3px;
}	
.PgNmTx {	font-size: 200%;
		top: 0px;	
		background: white;
		width: 100%;
		border-bottom: 2px solid rgb(221, 235, 247);	
}

img {		width: 100%			}

table, .maxw {	max-width:1400px;		}

a:link {	color: blue;			}
a:visited {	color: blue;			}
a:hover {	color: red;			}

/* -----HEADERS----- */
.HdBk {		background: rgb(221, 235, 247);	}

.HdT2 {		font-size: 100%;
		font-style: italic;
		vertical-align: bottom;		
}

.HdTx {		font-size: 150%;		}

/* -----BOOK PAGE----- */
.bkPg {
		width: 75%;
		max-width:800px;
		text-align: center;	
}

#nxPgBtn {
		border: none;
		outline: none;
    		color: blue;
    		background-color: white;	
}

#nxPgBtn:hover {background-color: rgb(221, 235, 247);	}

/* -----MISC----- */
#sbmDt {	font-style: italic;		
		color: rgb(155, 194, 230);
}
.srcSty {	color: rgb(155, 194, 230);		}
.rtPd {		padding-right: 3mm;			}	

/* -----COLUMN WIDTHS----- */
.wFu		{width: 100%;}			
.wNm		{width: 46.1%;}
.wDt		{width: 13.5%;}
.wD2		{width: 27.0%;}
.wSc2		{width: 27.0%;}
.wTg		{width: 6.4%;}
.wTx		{width: 53.9%;}
.wSc		{width: 13.5%;}
.wTgP		{width: 19.1%;}
.wLNm		{width: 86.5%;}

/* -----OTHER PAGES----- */
	
#homepage {	font-size:250%;
}			
#homelink {	font-size: 75%;
		font-family: Calibri, Tahoma, Geneva, sans-serif;
		text-align: left;
		padding-left: 10px;
		padding-top: 3px;
}
.opSubTitle {	font-size: 133%;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, sans-serif;
		text-align: center;	
}
.opTopic {	font-size: 130%;
		margin-top: 15px;
		margin-bottom: 3px;
}
.opItem {	font-size: 100%;
}
#opSearch {	border-style: solid;
		border-width: 2px;
		border-color: rgb(221, 235, 247);
		width: 50%;
		font-size: 100%;
		font-family: Calibri, Tahoma;
}








