/* CSS Document */

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
body,td,th {
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	text-align: center;
}
a:link {
  color: black;
  text-decoration:none;
}
a:visited {
	color: black;  text-decoration:none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:active {
	color: #CCCCCC;
}
.style2 {
	font-weight: bold;
}
.style6 {font-size: x-small;
text-align: center;}
.style7 {color: #777777;}
#navw {  border: 2px solid #cdcdcd;
  	border-radius: 10px;
	-moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 	background-color: #f7f7f7;
	background: -moz-linear-gradient(top,#f2f2f2,#d3d3d3);
	background: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#d3d3d3));
  display:inline-block;
  text-align: center;
  width: 680px;
	margin: auto;}
#navw a {padding: 0 20px;
	font-size: 13px;	
line-height: 24px;
display:inline-block;}
#navw a:hover {color: white;
  background-color: #7E7E7E;}
#navr {border-color:#444444;} 
.sermonsheader {
	text-align: center;
}
.sermontable table {
	text-align: center;
	width:890px;
	border-collapse: collapse;
	border-color: #cdcdcd;
	border-style: solid;
	border-width: thin;
	}
.sermontable td {
	padding: 3px;
	border-color: #cdcdcd;
	border-style: solid;
	border-width: thin;
	}
.sermontable th {
	font-weight: bold;
	padding: 4px;
	border-color: #cdcdcd;
	border-style: solid;
	border-width: thin;
	}

