/*	********* Styles.css		B.Arnold	12-Aug-2007		*/


/* try to create <table cellpadding="10" cellspacing="10" border="4"> */

FORM { color: white; }      /* used for email form */

BODY { 
    color: #3f3fFF;	
    background-color: black;
	font-family: "Times New Roman", garamond, times, serif;
	font-weight: normal;
    text-align: center	/* req'd for IE6 to center tables! */
}

TD, TR {
    vertical-align: middle;
    border: 4px solid grey;
    padding: 4px
    }

TABLE {
    background-color: 	#BFBFBF;
    border: outset 4pt;
    border: inset 4px;
    border-collapse: collapse;
    border-spacing: 4pt;
    margin-left: auto;			/* ie. center   */
    margin-right: auto
}


/* 
!TD {
!  color: black;
!  background-color: white;
!}
*/

.Bibletext {
  color: black;
  background-color: white;
  font-weight: bold;
}

.Bibletext2 {
  color: blue;
  background-color: white;
  font-weight: bold;
}

.Bibletext3 {
  color: red;
  background-color: white;
  font-weight: bold;
}

.SongText1 {
  color: white;
  background: black;
  background-color: #3F3F3F;
  border-color: black;
  font-size: 200%;
  text-align: center;
  font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold;
}

.Augustinetext {
  color: gray;
  background-color: black;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold;
  /* font-size: 100%; */
}

.Readonetext {
  color: gray;
  background-color: black;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.Comparetext {
  color: blue;
  background-color: black;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.Analyzetext {
  color: red;
  background-color: black;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.Internettext {
  color: #FDD017;				/* special gold */
  background-color: black;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.ImageVCenter {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px
}

.FrameHeading1 {
  color: white;
  background: black;
  background-color: grey;
  border-color: black;
	font-size: 172%;
	text-align: center;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.FrameHeading2 {
  color: white;
  background: black;
  background-color: blue;
  border-color: black;
	font-size: 144%;
	text-align: center;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.FrameHeading3 {
  color: white;
  background: black;
  background-color: red;
  border-color: black;
	font-size: 120%;
	text-align: center;
	font-family: blackchancery, "new century schoolbook", garamond, times, serif;
  font-weight: bold
}

.LinksPageOld {
	font-size: 125%;
    font-weight: bold;
	text-align: left;
	background-color: #CCCC99;
	color: black
	}

.LinksPage {
	font-size: 125%;
	text-align: left;
	background-color: black;
	color: white
	}
    
.Handbook {
	font-size: 125%;
	text-align: center;
	background-color: black;
	color: white
	}
    
.Information {
	font-size: 125%;
	background-color: black;
	color: #CCCCCC; text-align:left; padding-left:200; padding-right:200
	}
    
    /* *********************	
    bgcolor: #CCCC99;
	text: #000000;
	link: #996600;
	vlink: #666666;
	alink: #336600;
    */

/* 
!H1 {
!  font-size: 36pt;
!  }

! Sample:
! <table class='FrameHeading1' width="95%" align="center">

! The 16 main Windows colors
! ---------------------------
! aqua, black, blue, fuchsia, 
! gray, green, lime, maroon,
! navy, olive, purple, red,
! silver, teal, white, and yellow.
*/
