/* * * * * * Body Style  * * * * * */

body {
	background-color:#333333;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 11px;
}

ul, ol, th {
  color: #333333;
  font-family: arial, sans-serif;
  font-size: 11px;
}

p, td {
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 11px;
}

th, td {
  text-align: left;
  vertical-align: top;
}
 
img {
	border:none;
}

.links {
  color: #cccccc; 
	font-weight: bold;
  text-decoration: underline; 
}

.head, .head .intContent {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.header {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
}

.quotes {
  color: #666666;
  font-weight: bold;
}
.bold .intContent {
  color: #000000;
  font-weight: bold;
}

.red {
  color: #990000;
  font-size: 12px;
  font-weight: bold;
}

.footer {
  color: #333333;
  font-size: 9px;
}

.black {
  color: #000000;
}

.events {
	background-color:#cccccc;
	border-color:#333333;
}

/* * * * * * Link Style  * * * * * */

a { text-decoration: none; font-weight: bold; }
a:link    { color: #cccc99; }
a:visited { color: #cccc99; }
a:hover   { color: #cccccc; }
a:active  { color: #ffffff; }

/* * * * * * Text Style  * * * * * */

a.dark:link {
	color: #536780;
	text-decoration: underline;
}
a.dark:hover {
	color: #3333FF;
	text-decoration: none;
}



#prefoot {
	background-color:#cccccc;
}

#foot {
	background-color:#ffffff;
	text-align:center;
}

#cdlist, #cdlist table, #cdlist td, #cdlist b, #cdlist p {
	color:#000000;
}

#cdlist a:link    { color: #666633; }
#cdlist a:visited { color: #666633; }
#cdlist a:hover   { color: #000000; }
#cdlist a:active  { color: #666666; }

.intContent {
	overflow:auto;
	width:450px;
	height:300px;
}

#cdx {}

#mdx {}

#news a:link    {color:#ffa; background-color:transparent}
#news a:visited {color:#ffa; background-color:transparent}
#news a:active  {color:#fff; background-color:transparent}
#news a:hover   {color:#fff; background-color:transparent}

.collapsible thead {
	cursor:pointer;
}

.bibleQuote {font-style:italic;text-align:center;}
.bibleSource {font-style:italic;font-variant:small-caps;text-align: right;}

