body {
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  background: #ffffff;
  margin: 0;
  padding: 10px;
}

.content {
  font-size: 10pt;
  font-family: verdana, arial, sans-serif;
  background: #ffffff;
}

/* Text formatting */
H1 {
  font-size: 14pt;
  font-weight: bold;
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
}

/* left nav :link */
TD#leftNav {
  text-align: center;
  vertical-align: middle;
/*  border-bottom: 2px dotted #00CCCC; */
}

a.leftNavLink {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration:none;
  color: #000066;
}

a.leftNavLink:hover {
  text-decoration: underline overline;
  color: #000099
}

/* verse of the day */
TD.votd {
  background-color: #FFFFFF;
  border-top: 3pt double #000066
}

#votdTitle {
  font-family: Verdana,Arial,Helvetica;
  font-size: 11pt;
  font-weight: bold;
  color: #000066;
  text-align: left;
}

#votdVerse {
  font-family: Verdana,Arial,Helvetica;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: left;
}

#votdRef {
  font-family: Verdana,Arial,Helvetica;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: right;
}

#votdCpRght {
  font-family: Verdana,Arial,Helvetica;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  text-align: right;
}

a.whatthis { font-family: verdana, arial, sans-serif;font-size: 10px;color: #000000;text-decoration: none; }
.footerTxt { font-size: 10px;font-weight: bold;	}
.footerLink { font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 10px;color: #EEEEEE;text-decoration: none; }

a.err404 {font-family: verdana, arial, sans-serif;font-size: 11px;text-decoration:underline;color: #000066;}
.err404 {font-family: verdana, arial, sans-serif;font-size: 11px;text-decoration:underline;color: #000066;}

/* TABLE BUFFERS */
TR.rowBuffer2 { height: 2px; }
TR.rowBuffer10 { height: 10px; }
TR.rowBuffer20 { height: 20px; }
TR.rowBuffer50 { height: 50px; }

TD.spcWdth160 { width: 160px; }
TD.spcWdth100 { width: 100px; }
TD.spcWdth50 { 	width: 50px; }

