/* -- Written By Huffman Associates Of Ohio October 2007 -- */ 
/* -- WWW.HuffmanAssociatesOfOhio.com                      -- */  
	 
{ } 

/* Order is critical; last matching status rules */
  a.nolines:link    	{color: #855723; 	text-decoration: none;      font-weight: bold} 
  a.nolines:visited 	{color: #855723; 	text-decoration: none;      font-weight: bold} 
  a.nolines:active  	{color: #855723; 	text-decoration: none;      font-weight: bold} 
  a.nolines:hover   	{color: #855723; 	text-decoration: underline; font-weight: bold}  
  
  a.nolines2:link    	{color: #00209F; 	text-decoration: none;      font-weight: normal; font-size: 22px;} 
  a.nolines2:visited 	{color: #00209F; 	text-decoration: none;      font-weight: normal; font-size: 22px;}  
  a.nolines2:active  	{color: #00209F; 	text-decoration: none;      font-weight: normal; font-size: 22px;}  
  a.nolines2:hover   	{color: #00209F; 	text-decoration: underline; font-weight: normal; font-size: 22px;}   
      
  a.nolines3:link    	{color: #00209F; 	text-decoration: none;      font-weight: bold; font-size: 22px;} 
  a.nolines3:visited 	{color: #00209F; 	text-decoration: none;      font-weight: bold; font-size: 22px;}  
  a.nolines3:active  	{color: #00209F; 	text-decoration: none;      font-weight: bold; font-size: 22px;}  
  a.nolines3:hover   	{color: #00209F; 	text-decoration: underline; font-weight: bold; font-size: 22px;}   
  	  
  a.lines:link    		{color: #FFFFCC;	text-decoration: underline; font-weight: bold}  
  a.lines:visited 		{color: #FFFFCC; 	text-decoration: underline; font-weight: bold}  
  a.lines:active  		{color: #FFFFCC; 	text-decoration: underline; font-weight: bold}  
  a.lines:hover   		{color: #FFFFAA; 	text-decoration: underline; font-weight: bold}   
  
  a.mail:link    		{color: blue;	text-decoration: underline; font-weight: normal}  
  a.mail:visited 		{color: blue; 	text-decoration: underline; font-weight: normal}  
  a.mail:active  		{color: blue; 	text-decoration: underline; font-weight: normal}  
  a.mail:hover   		{color: blue; 	text-decoration: underline; font-weight: normal}   
  
/* Default Style for each page                                                                      */   
  	.PageStart 		{background-color: 	white;  		/* White Background                         */ 
  					 color:				#855723;        /* Default Text Color - official Brown    	*/ 
					 padding: 			0px;            /* No Padding                               */
					 margin: 			0px;            /* No Margins                               */
					 width: 			1024px;         /* Width of Page                            */
					 height:			748px;          /* Height of Page                           */
					 font-family: 		Caflisch Script Pro Regular; /* Official Font               */                              		
					 font-size:			28px;           /* Start with 28px fonts                    */
					 font-style:        normal;         /* Normal Font                              */ 
					 border:			none;           /* No Borders                               */					    	
					 }

/* Kill White Space with IE                                                                         */   
  	.FontSizeZero  {font-size: 			0px;     	  	/*                                          */
			 		}	
 
/* Style for Centering                                                                              */   
  	.Centered		{text-align:		center;      	/*                                          */
			 		}		
					
/* Style for Left Alignmnet                                                                         */   
  	.Left			{text-align:		left;    	  	/*                                          */
			 		}									
					
/* Style for Left Alignmnet                                                                         */   
  	.Right			{text-align:		right;    	  	/*                                          */
			 		}									
										
/* Style for Block Text                                                                             */   
  	.Blocked		{text-align:		justify;       	/*                                          */
					 font-size:			24px;           /*                                          */
			 		}	
					
/* Style for Sermon Series Title                                                                    */   
  	.SSTitle		{text-align:		center;       	/*                                          */
					 font-size:			24px;           /*                                          */
			 		}				
					
/* Style for Sermon Series Dates                                                                    */   
  	.SSDates 		{text-align:		left;       	/*                                          */
					 font-size:			24px;           /*                                          */
			 		}			
					
/* Style for Sermon Series Messages                                                                 */   
  	.SS1    		{background-color: #FFFFFF; 
					 color:#855723;                     /*                                          */  	
	     			}								
																										
/* Style for Sermon Series Messages                                                                 */   
  	.SS2    		{background-color: #B09C78; 
					 color:#FFFFFF;                     /*                                          */  	
	     			}	
				
/* Style for White Table Rows                                                                       */   
  	.LeftWhite 		{background-color: #FFFFFF; 
					 color:#855723;                     /*                                          */ 
					 text-align:	   left; 	
	     			}								
																										
/* Style for Colored Table Rows                                                                     */   
  	.LeftColor 		{background-color: #B09C78; 
					 color:#FFFFFF;                     /*                                          */  
	 				 text-align:	   left; 		
	     			}	
																																						
/* Style for Left Alignment                                                                         */   
  	.Left24			{text-align:		left;    	  	/*                                          */
					 font-size:			24px;           /*                                          */ 
					}															
						
/* Horizontal Bar Style                                                                             */   
  	.Bar 			{color:				#00209F;        /* Color of Bar - Official Blue             */
					 height: 			4px;            /* 4PX in height                            */ 	
					}					 
					 					 
/* Style for Bolding                                                                                */   
  	.Bold 			{font-weight: 		bold;     	    /* Bold Font                                */ 	
					}					 
					 
/* Style for Italics                                                                                */   
  	.Italic			{font-style: 		italic;    	    /* Normal Font                              */ 	
					 }					 					 
  
/* Style for Logo Image                                                                             */
	img.Logo 		{border-width: 		4px; 		 	/* 4px Borders         						*/
	    			 border-color:  	#00209F;        /* Color of Border - Offical Blue    		*/
					 border-style:    	solid;          /* Solid Border Lines 						*/
					 padding:         	0px; 	   		/* No Padding Around Image     	            */
					}  
					
/* Style for Testimonials     																	    */
	img.Testimonial {border-width: 		4px; 		 	/* 4px Border Size  						*/
					 border-left: 		0px;            /* 0px Left Border Size                     */
					 border-right:	    0px;            /* 0px Right Border Size                    */
	    			 border-color:  	#00209F;        /* Color of Border - Offical Blue 			*/
					 border-style:    	solid;          /* Solid Border Lines						*/
					 padding:         	0px; 	   		/* No Padding Around Image     	            */
					}  
 /* Style for Copyright 																	        */
	.Copyright 		{font-size: 		12px; 			/* 12px Font Size             	            */
					 text-align:		center;         /* Centered                                 */
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */  
					}   
/* Style for Login  																		        */
	a.Login:link   {font-size: 		    12px; 			/* 12px Font Size             	            */
					 text-align:		center;         /* Centered                                 */
					 color:             Blue; 	        /* Color                                    */ 	
					 text-decoration: 	none;			/* No Lines                                 */
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}
	a.Login:visited {font-size: 		12px; 			/* 12px Font Size             	            */
					 text-align:		center;         /* Centered                                 */
					 color:             Blue;           /* Color                                    */ 	
					 text-decoration: 	none;			/* No Lines                                 */
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}
					
	a.Login:active  {font-size: 		12px; 			/* 12px Font Size             	            */
					 text-align:		center;         /* Centered                                 */
					 color:             Blue;           /* Color                                    */ 	
					 text-decoration: 	none;			/* No Lines                                 */
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}
															
	a.Login:hover   {font-size: 		12px; 			/* 12px Font Size             	            */
					 text-align:		center;         /* Centered                                 */
					 color:             Blue;           /* Color                                    */
					 text-decoration: 	underline;		/* Underline While Hover                    */ 	
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}

	  .Ad           {font-size: 		16px; 			/* 12px Font Size             	            */
					 text-align:		Left;           /* Left Justified                           */
					 color:				#855723;        /* Default Text Color - official Brown    	*/ 
					 text-decoration: 	none;			/* No Lines                                 */ 	
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}			
					
	  .AdDate       {font-size: 		10px; 			/* 12px Font Size             	            */
					 text-align:		right;          /* Right Justified                          */
					 color:				#855723;        /* Default Text Color - official Brown    	*/ 
					 text-decoration: 	none;			/* No Lines                                 */ 	
					 font-family: 		Tahoma;         /* Tahoma Fonts                             */ 
					}									
					
{ }
