body
   { /* Applies to all html body tags that do not have a class="..." coded. */
    font-family: arial,verdana,sans-serif;
    font-size: 12pt;
	 color: #333366;
	/*background-color: Black; */
   /* color: #F8F8FF;
	background-color: #333366;
	*/
  /* background-image : url(../images/bg.jpg); */
   }
table
   {
	/* Applies to all table tags that do not have a class="..." coded. */
	font-family: arial,verdana,sans-serif;
	font-size: 12pt;
	/*color: #F8F8FF;
	background-color: #333366;*/
}
.pagelayout
{
	background-color: White;
}

a
   { /* Applies to all anchor tags that do not have a class="..." coded. */
    color: #333366;
	 text-decoration: none;
   }
a:hover
   { /* Applies to all anchors that do not have a class="..." coded. */
    color: #8B0000;
	 font-weight: bold;
   }
	
a.nav
	{
	font-family: arial,helvetica,sans-serif; 
	font-size:11px; 
	color:#FFFFFF; 
	text-decoration:none
}
a.nav:hover
	{
	font-family: arial,helvetica,sans-serif;
	font-size:11px; 
	color: #DCDCDC; 
	text-decoration:none
}
a.nav:link
	{
	font-family: arial,helvetica,sans-serif;
	font-size:11px; 
	color:#FFFFFF; 
	text-decoration:none;
}
hr
{
	color: #333366;
}
.navlabel
{
color: 333300;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14pt;
	
}
.navsublabel
{
color: Gray;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	background-color: transparent;
}
.small
   {
    font-family: verdana;
    font-size: 8pt;
   }
.verysmall
   {
    font-family: verdana;
    font-size: 7pt;
	 text-decoration: none;
   }
 .tiny
   {
    font-family: verdana;
    font-size: 6pt;
   }
  .error
   { 
    font-family: arial,verdana,sans-serif;
    font-size: 12pt;
	font-weight: bold;
    color: red;
	background-color: #FFFFFF;
   }
   .headr
   { /* Used on Search results list so that the lines alternate colors. */
    background-color:silver;
   }
   .subheadr
   { /* Used on Search results list so that the lines alternate colors. */
    background-color:silver;
	font-family: verdana;
    font-size: 8pt;
   }
   .srlodd
   { /* Used on Search results list so that the lines alternate colors. */
    background-color:#99ccff;
   }
	.border_church
	{
		background-color: #B22222;
	}
	.border_school
	{
		background-color: Teal;
	}
	.border_events
	{
		background-color: #556B2F;
	}
	.border_prayerrequests
	{
		background-color: #C71585;
	}
	.border_tasks
	{
		background-color: #696969;
	}
	.inc_header
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-style: italic;
		font-weight: bold;
		color: #F5F5F5;
	}
	.navBar { background-color: #333366  }

.navDivider { background-color: #DCDCDC;
}
.hdr1 {
	color: Yellow;
	font-family: Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}