/* Defaults */

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2,
h3, h4, h5, h6, menu, ol, p, td, th, ul, li { font-family: verdana, tahoma, arial, helvetica, sans-serif;
                                          font-size: 12px; }

/* Tags */

a		{ color: #006600;
		  text-decoration: none;
		}

a:hover		{ 
		  color: #006600;
		  text-decoration: underline; }

td.nav		{ font-size: 12px;
		  font-family: tahoma, verdana, arial, helvetica, sans-serif;
		  color: #000000; }

a.nav		{ font-size: 12px;
		  font-family: tahoma, verdana, arial, helvetica, sans-serif;
		  color: #006600; }

a.nav:hover 	{ color: #ffffff;
		  background-color: #006600;
		  text-decoration: none; }

b 		{ font-weight: bold; }
i		{ font-style: italic; }

body 		{
		  color: black;
		  margin-top: 10px;
		  margin-bottom: 10px;
		  margin-left: 10px;
		  margin-right: 10px; }

h1 		{ text-align: left; font-size: 21px; color: #006600; }

h2 		{ text-align: left; font-size: 18px; color: #000000; font-style: italic; }

h3 		{ text-align: left; font-size: 18px; color: #999999; }

h4 		{ text-align: left; font-size: 16px; color: #999999; }

h5 		{ text-align: left; font-size: 14px; color: #000000; }

h6 		{ text-align: left; font-size: 12px; color: #000000; }

/* For Output of Commands */
pre.cmdout {
	background-color: #DDEEDD;
	font-family: courier;
}

/* Custom */
.crumb	{ font-size: 12px;
			  line-height: 140%;
		  	  color: #006600;
		      text-decoration: none;
		      font-weight: bold;
		    }

a.crumb	{ font-size: 12px;
			  line-height: 140%;
		  	  color: #006600;
		      text-decoration: none;
		      font-weight: normal;
		    }

a.crumb:hover { background-color: #ffffff;
				   color: #006600;
				   text-decoration: underline; }

a.footer	{ font-size: 12px;
			  color: white; }
				   
.footer	{ text-align: center; font-size: 12px;
		  color: white; }
		  
a.footer:hover	{ font-size: 12px;
			  	  color: white; }

.navlbl { font-size: 10px;
		  font-style: italic;
		  margin-bottom: 6px; }

table.indent	{ margin-left: 15px; }

th.songinfo	{ text-align: left; }

.center	{ text-align: center; }

.date	{ text-align: center;
	  margin-bottom: 12px;
	  margin-top: 12px; }

.scripture	{ text-align: center; font-size: 13px; font-style: italic; }
a.reference	{ text-align: right;  font-size: 12px; font-style: normal; }

.mboard		{ font-size: 12px; }

.fine	{ font-size: 10px; }

.scripcenter { font-style: italic;
               text-align: center;
               margin-left:  35px;
               margin-right: 35px; }

td.label      { background-color: #DDEEDD;
              }

#nobullet ul li  { list-style-type: none;
		padding-bottom: 1em;
              }

img.right     {
		float: right;
		padding: 1em 0em 1em 1em;
              }

img.left     {
		float: left;
		padding: 1em 1em 1em 0em;
              }

p.newshl	{
	font-weight: bold;
/*	text-decoration: underline; */
	margin-bottom: 4px;
}

a.newshl	{
	text-decoration: underline;
}

p.newsblurb	{
	margin-top: 4px;
}

/* Forms */

input.btn {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        color: #000000;
        font-size: 10px;
        border-width: thin;
        border-style: solid;
        background-color: #ddeedd;
}

input.txt {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        color: #000000;
        font-size: 10px;
        border-width: thin;
        border-style: solid;
        background-color: #ddeedd;
}

textarea {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        color: #000000;
        font-size: 11px;
        border-width: thin;
        border-style: solid;
        background-color: #ddeedd;
}

select.dropdown {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        color: #000000;
        font-size: 10px;
        border-width: thin;
        border-style: solid;
        background-color: #ddeedd;
}

.checkbox {
        border-width: thin;
        border-style: solid;
        background-color: #ddeedd;
}

