@charset "utf-8";

.paragraph {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size:16px;
            color:#000000;
}

.formsparagraph {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size:16px;
            color:#FFFFFF;
			font-weight:bold
}

.paragraph A:link {text-decoration: none; color:#000000; font-weight:bold;}
.paragraph A:visited {text-decoration: none; color:#000000; font-weight:bold;}
.paragraph A:active {text-decoration: none; color:#000000; font-weight:bold;}
.paragraph A:hover {text-decoration: underline; color:#000000; font-weight:bold;}

.list { color:#000000;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		
		line-height:25px;
		list-style-image: url('../images/arrow.jpg');
}

.list A:link {text-decoration: none; color:#0000CC; font-weight:bold;}
.list A:visited {text-decoration: none; color:#0000CC; font-weight:bold;}
.list A:active {text-decoration: none; color:#0000CC; font-weight:bold;}
.list A:hover {text-decoration: underline; color:#0000CC; font-weight:bold;}
}

.regularlist { color:#000000;
		       font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		       font-size:16px;
		       line-height:25px;		
}

.regularlist A:link {text-decoration: none; color:#000000; font-weight:bold;}
.regularlist A:visited {text-decoration: none; color:#000000; font-weight:bold;}
.regularlist A:active {text-decoration: none; color:#000000; font-weight:bold;}
.reagularlist A:hover {text-decoration: underline; color:#000000; font-weight:bold;}
}



#worshiptable {font-size:16px;
               font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#worshiptable td, #worshiptable th 
{
font-size:16px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#events
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#events td, #events th 
{
font-size:1em;
border:1px solid #0000FF;
padding:3px 7px 2px 7px;
}
#events th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#000066;
color:#ffffff;
}
#events tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

h1, h2, h3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

.formheader { color:#FFFFFF;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:25px;
		font-weight:bold}

.smallformheader { color:#FFFFFF;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold}
		
.formcontainer { background-color:#000033;
		}
		