
.sermon_table
{
  font-family: Tahoma, "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  margin: 10px 0px 10px 0px;
}

.sermon_table table
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width:590px;

}

.sermon_table table td.play
{
  font-weight: bold;
  font-size: 8pt;
}

.sermon_table th
{
  text-align: center;
  color: #F0F0F0;
  background-color: #55411E;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}

.sermon_table td
{
  color: #55411C;
  background-color: transparent;
  text-align: center;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}

.sermon_table a:link, .sermon_table a:visited
{
  text-decoration: none;
}

.sermon_table a:hover
{
  text-decoration: underline;
  color: #0000FF;
  background-color: #F0F0F0;
}


.sermon_table td.play
{
  width: 40px;
  vertical-align:top; 
}

.sermon_table td.date
{
  width: 70px;
}

.sermon_table td.service
{
  width: 50px;
}

.sermon_table td.title
{
  font-family: Tahoma, "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.sermon_table td.author
{
  width: 100px;
}

.sermon_table td.type
{
  width: 40px;
}

.sermon_table td.length
{
  width: 45px;
}

.sermon_table td.desc
{
  text-align: left;
}



