/* generic spacing */
body, div, table, tr, td, img {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0px;
  margin: 0px;
}

img {display: block;}

body {
  color: #000000;
}

/* center the site, but make sure everything else is left aligned */
body { line-height: 12pt; text-align: center; }
table#layout {margin: 0px auto 0px auto;}

/* global font */
p, span, td {
  font-size: 11px;
  font-family: verdana, sans-serif;
  line-height: 12pt
  
  

}


footer {
  font-size: 11px;
  font-family: verdana, sans-serif;
  line-height: 12pt
  

}



/* keeps the css outta the HTML */
span.bold {font-weight: bold;}

/* keeps the css outta the HTML */
span.home {font-weight: bold;}

/* site-wide headline */
span.headline {
  background-color: #fff;
  color: #004074;
  font-size: 125%;
  font-weight: bold;
}


span.about {
  background-color: #fff;
  color: #0099CC;
  font-size: 110%;
  font-weight: bold;
}

span.fundraising {
  background-color: #fff;
  color: #4DA117;
  font-size: 110%;
  font-weight: bold;
}

span.fundraising2 {
  background-color: #fff;
  color: #4DA117;
  font-size: 130%;
  font-weight: bold;
}
span.prayer {
  background-color: #fff;
  color: #FF9900;
  font-size: 110%;
  font-weight: bold;
}


span.footer {
  color: #fff;
  font-family: verdana, sans-serif;
  line-height: 12pt;
}

span.footer a{
  color: #ffffcc;

}


span.caption {
  background-color: #fff;
  font-size: 90%;
  text-decoration: italic;
  line-height: 8pt
}

span.ministries {
  background-color: #fff;
  color: #9D51AA;
  font-size: 110%;
  font-weight: bold;
}
span.ministries2 {
  background-color: #fff;
  color: #9D51AA;
  font-size: 130%;
  font-weight: bold;
}


span.contact {
  background-color: #fff;
  color: #FF3366;
  font-size: 110%;
  font-weight: bold;
}



span.homebody{
  font-size: 13px;
  font-family: verdana, sans-serif;
  line-height: 14pt

}


