/* CSS Document */

body	{
	margin:0px;
	background-color:#FFEEBD;
	background-image:url(images/background/header_bgd.gif);
	background-position:top;
	background-repeat:repeat-x;
	color: #776F58;
	font-family: Times, "Times New Roman", serif;
	font-size:9pt;
	}
	
td	{
	font-family: Times, "Times New Roman", serif;
	font-size:9pt;
	}
	
.larger	{
	font-size:10pt;
	font-weight:bold;
	}
	
.largerwhite	{
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.largernobold	{
	font-size:11pt;
	}
	
.form_headings	{
	font-size:8pt;
	font-style:italic;
	}
	
.red	{
	color:#9F2235;
	}
	
#content_cell	{
	background:url(images/background/content_bgd.gif) #FFFFFF;
	padding: 0px 27px 0px 27px;
	}
	
#sermonbordertr {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	}
	
#sermonborderbl {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	
a:link, a:visited	{
	color:#776F58;
	text-decoration:underline;
	}
a:hover, a:active	{
	color:#9F2235;
	text-decoration:underline;
	}

#announcement_block h2 {
	margin-top: 13px;
	font-size: 1.5em;
	/*
	font-size: 200%;
	*/
}
#announcement_block h3 {
	margin-bottom: 0;
}
#announcement_block h4 {
	margin: 0;
}
#announcement_block p {
	margin-top:0;
}