/* change background color/add background image to control page background area */
body.programBody {
	background: #EBFDFD;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
}

cite  {
	font-size: 10px;
   }

div  {
	font-size: 11px;
   }

div#programPageArea a:active, a:link, a:visited
   {
   font-size: 11px;
   color: #87351F;
   font-weight: bold;
}

div#programPageArea a:hover
   {
   color: #ffffff;
   font-weight: bold;
   background-color: #87351F;
}

/* 
form, option, input, select, pre
   {
   font-family: Verdana, Georgia, sans-serif;
   font-size: 11px;
   color: #040300;
   }
*/

ul, li, td, tr, p, blockquote
   {
   font-size: 11px;
   color: #040300;
   }
   
.footer-bgcolor  {
   background-color: #dad1ca;
}

.footer-textcolor  {
   color: #040300;
}

.footer-linkcolor  {
   color: #ffffff;
   font-weight: bold;
}

.imagetext  {
   font-size: 12px;
   color: #040300;
   }
   
.biblical  {
   font-size: 11px;
   color: #040300;
   background-color: #696E4B;
   padding: 10px 10px 10px 10px;
   text-align: justify;
   border: 1px solid #8E946D;
}

.passage  {
   font-size: 11px;
   color: #040300;
   background: #ffffff;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
}

.passage2  {
   font-size: 11px;
   color: #040300;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border-top: 1px solid #CFD6DC;
   border-right: 1px solid #CFD6DC;
   border-bottom: 0px solid #CFD6DC;
   border-left: 1px solid #CFD6DC;
   background: #f3f3f3;
}

.passage3  {
   font-size: 11px;
   color: #040300;
   background: #BCC7A9;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #000000;
}

.passage4  {
   font-size: 11px;
   color: #040300;
   background: #f3f3f3;
   padding: 10px 10px 10px 10px;
   text-align: left;
   border: 0px solid #93755B;
   filter: alpha(opacity=100);
   -moz-opacity: 1.00;
   opacity: 1.00;
}


.opacity  {
   background-color: #4B5668;
   filter: alpha(opacity=75);
   -moz-opacity: 0.75;
   opacity: .75;
}

.navbg  {
   background-color: #f3f3f3;
   color: #040300;
}
   
.programtitle
   {
   font-size: 16px;
   color: #4B5668;
   font-weight: bold;
   font-variant: small-caps;
}

.programheading   {
   font-size: 14px;
   color: #4B5668;
   font-weight: bold;
   font-variant: small-caps;
}

.programdate {
   font-size: 11px;
   }
   
.doctitle
   {
   font-size: 15px;
   color: #4B5668;
   font-weight : bold;
   font-variant: small-caps;
   }
   
.doctitle-caption
   {
   font-size: 12px;
   color: #4B5668;
   font-variant: small-caps;
}

.reflectiontitle
   {
   font-size: 12px;
   font-weight: bold;
   color: #4B5668;
   font-variant: small-caps;
}
   
.introtext
   {
   font-size: 11px;
   color: #4B5668;
   }

.voicesbio					{
   font-size: 13px;
   color: #4B5668;
   list-style: square;
   font-variant: small-caps;
   font-weight: bold;
   }
