/* CSS Document */

#@ {
font:Georgia, "Times New Roman", Times, serif;
text-align:center;
font-style:italic;
caption-side:left;
}
.copyright {
	quotes:"your text here";
}

.spa {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:36px; 
font-style:italic;
color:red;
font-weight:bold;
}
.welcome {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:30px; 
}
.normal {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.emphasize {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

div {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style4 {font-size: 24px}
.style5 {
font-size: 18px;
font:Arial, Helvetica, sans-serif;
text-align:center;
}

.style6 {font-size:36px; font-weight: bold}

table{
border-color:black;
}

h1 {
text-align:center;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.hidden {
visibility:hidden;
}

.sundayschool {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #BA1014;
}

.ladiestea
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	color: #a82418;
}

.table{
background-image:  url("images/fill1.png");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #hhhhhh;
	height:100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer{
	/*background-color: #9a9179; */
	background-color:#FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	quotes:"your text here";
}

.border{
	border:'0' 'border-style' '000000';
}

.bbheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255, 0, 0);
	/*color: rgb(255, 156, 0);*/
	text-align:left;
	text-decoration: underline;
}

.alignTextRight 
{
	text-align:right;
}