/* DSI stylesheet */

/*  Put link in HTML header:
/* <link REL="STYLESHEET" TYPE="text/css" HREF="Sermons.css"> */
*/  



h1,h2,h3,h4,h5,h6 {}

/**************************/

/* text decoration */
.bold { font-weight: bold;}
.normal { font-weight: normal;}
.mandatory_item { font-color: red;}
.script {font-style: italics;}

/**************************/

/* table title cells */
.tabletitle{	
	color: white; 
	background-color:#18397B;
	text-align: right;
	font-size:10pt;
}

.tabletext{
	color:#18397B;
	background-color:white;
	font-size:10pt;
}