body
{
	margin: 0;
	padding: 0;
}
	
.mainBody
{
	background-image: url(../images/churchWall_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 285px 0px;
}

div, span, p, input, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
	font-family: Helvetica,Arial,sans-serif;
    }
    
p
{
	margin-top: 0;
	padding-top: 0;
	line-height: 1.25em;
}
	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	16px;
	}
	
h4 {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #933813;
	background-color: transparent;
	margin: 5px 0 5px 0;
}

a	{
	color: #990000;
	text-decoration:	none;
	}

a:link
{
	color: #990000;
	background-color: transparent;
	text-decoration:	none;
}
a:visited	{
	color:	#990000;
	background-color: transparent;
	}
a:active	{
	color:	#990000;
	background-color: transparent;
	}
a:hover
{
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}

.smallprint
{
	font-size: 10px;
}
	


	