body { background-color:#FFF; background-image:url(images/bg_topstripe.jpg); background-repeat:repeat-x; }
.bodywhite { background-image:none; }

body td {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D095B;
	line-height: 17px;
	margin-left:0;
	margin-top:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D095B;
	line-height: 17px;
	margin-left:0;
	margin-top:0;
}
h3 {
	font-weight:bold;
	font-size:14px;
	border-top:1px dotted #999;
	margin-bottom:5px;
	margin-top:15px;
	color: #0D095B;
	padding-top:10px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D095B;
	line-height: 17px;
}
.bodySermons p {
	font-size: 12px;
	color: #0D095B;
	line-height: 17px;
	text-indent:20px;
}
.body_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F83611;
	line-height: 17px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F83611;
	font-weight: bold;
	letter-spacing: 3px;
}
.red_bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F83611;
}
.small-grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
} 
.body-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D095B;
	text-decoration: underline;
}
.body-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D095B;
}
a:link {
	color: #5C548D;
	font-weight: normal;
}
a:visited {
	color: #5C548D;
	font-weight: normal;
}
.white_nav {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
 
.whiteBig {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.blackBig {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

#homeColumn {
	width:190px;
	background-color:#2B1661;
	text-align:center;
}
#homeColumn p {
	margin-top:10px;
	margin-bottom:20px;
	background-color:#FFF;
	border:1px dashed #999;
}

div#formTable td {
	padding-bottom:8px;
	text-align:left;
	vertical-align:top;
}
div#formTable textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Quote in bigger purple letters, italicized */
.quote {
	color:#5C548D; 
	font-size:14px; 
	line-height:24px; 
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
}
/* Dashed, gray horizontal border line */
.border {
	border-top: 1px #CCC dashed;
	padding:5px 0;
}
