body, html {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
}

#content a:link, #content a:visited {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #1d6ac1;
	text-decoration: none;
	font-weight: normal;
}

#content a:hover, #content a:active {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: #2F4F6A;
	text-decoration: none;
	font-weight: normal;
}

.title {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color:#000000
}

.normal {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color:#000000
}

.subtitle {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;	
	color:#000000
}

.small {
	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 9px;
	color:#000000
}

.border {
	border: 1px solid #1d6ac1;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: justify;
}

.centerTable tr td { /*  needed to add this so tables within main page '.border' were not also justified! */
	text-align:center;
}

.borderPadAll {
	border: 1px solid #1d6ac1;
	margin: 5px;
}

.borderPadTopBottRight {
	border: 1px solid #1d6ac1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.borderPadTopBottLeft {
	border: 1px solid #1d6ac1;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.borderNoPad {
	border: 1px solid #1d6ac1;
}
td {

	font-family: "Lucida Grande", lucida, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
.grey { color:#777777;}
.grey .small {color:#777777;}
.td-border-left{
	border-left: 1px solid #1d6ac1;
}
.td-border-right{
	border-right: 1px solid #1d6ac1;
}
.td-border-top{
	border-top: 1px solid #1d6ac1;
}
.td-border-bottom{
	border-bottom: 1px solid #1d6ac1;
}

table#sermons tbody tr.even td {background-color:#b5ccde;}
table#sermons tbody tr.odd td {background-color:#fff;}
table#sermons tbody tr td {padding:3px 6px;}
