﻿
/*
  BETHEL MISSIONARY BAPTIST CHURCH
  Copyright 2008 BMBC

  Primary Colors:
  burgundy B30838
  beige FFFFCC
  gold A7996B
  silver A9A9A9

  Designed by Foothills Data, LLC

*/

body
{
	font-family: Tahoma;
	color: #000000;
}

/* */
a:link
{
	color: #666666;
}
a:visited
{
	color: #666666;
}
a:active
{
	color: #666666;
}
a:hover
{
	color: #9b0000;
}

.ImageDiv
{
	font-size: small;
	color: #800000;
	text-align: left;
}
.cssImage
{
	border: thin double #C0C0C0;
	font-size: small;
	color: #3333CC;
	text-align: center;
}

.divPageContainer
{
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: relative;
	width: 750px;
	height:585px;
	/* border: 1px dotted red; */
}

.divPageHeading
{
	/* border: 1px dotted red; */
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
}
.PageText
{
	position:absolute;
	top:30px;
	left:0px;
	/* border: 1px dotted green; */

}
