﻿.note {
	color: #003366;
	font-size: 11px;
	margin-left: 5px;
}

#topic {
	margin-top: 10px;
	color: #003366;
	font-size: 12px;
}

#content h1,h2,h3,h4,h5,h6{
	color:#333366;
}
#sermon {
	width: 420px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#sermon th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	padding: 2px;	
	border: 1px solid #999999 !important;
	font-weight: 500;
}

#sermon td {
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	height: 25px;
	vertical-align: middle;
	font-size: 11px;
	color: #000000;
	background-color: #EDF6EA;
	text-align: center;
	border: 1px solid #999999 !important;
	padding: 5px;
}

#sermon td a {
	font-size: 11px;
	text-decoration: none;
	color: navy;
}

#sermon td a:hover {
	color: red;
	text-decoration: underline;
}

.odd {
	background-color: #E5E1F3 !important;
}

