/* Body Style */
        body{
	    font-family:Arial,Helvetica,sans-serif;
	    font-size:10pt;
            background-image: url(images/sitebg.gif);
	    margin-left:0;
	    margin-right:0;
	    margin-top:0;
	    margin-bottom:0;
	}

        .borderbody{
            border-top: medium;
            border-right: medium;
            border-bottom: medium;
            border-left: medium;
        }

        h1, h2, h3, h4 {
            /* font-size: 24pt; */
            font-family: Comic Sans Ms;
        }

        .spfont {
            font-size:10pt;       /* 14pt; */
            font-family: Arial, Helvetica, Sans-Serif;
            weight: bold;
        }

        a.link {
            text-decoration:none;
            font-size: 10pt;
            font-weight:bold;
        }
	    
        a.visited {
            text-decoration:none;
            font-size: 10pt;
            font-weight:bold;
        }

        a.sm:link {
            text-decoration:none;
            font-size: xx-small;
            font-weight:bold;
        }
          
        a.sm:visited {
            text-decoration:none;
            font-size: xx-small;
            font-weight:bold;
        }
	
        a.big:link {
            text-decoration:none;
            font-size: 18pt;
            font-weight:bold;
        }
	    
        a.big:visited {
            text-decoration:none;
            font-size: 18pt;
            font-weight:bold;
        }
 	
        .smfont12 {
             font-family:comic sans MS;
	     font-size:12pt;
	     color:black;
         } 
        .smallfont {
             font-family:Arial;
	     font-size:8pt;
	     color:black;
         } 

/* Main Table Style */         
        .maintable{
            /* background-image: url(images/bg_body.gif); */
            width:100%;         /* Table One */
            padding: 0px;
            margin: 0px;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 0px;
            border-left-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: none;
            border-left-style: none;
        }
	P.groove {
        border-style: groove;
        }

/* Header Style */	
        .header{                    /* Table Three */
            vertical-align: baseline;
            text-align: center;
        }

        .hfheader{                  /* Table Three */
            /* background-image: url(images/holyfamilybanner3.gif); */
            background-image: url(images/hf_banner2_new.gif);
            background-position: bottom;
            vertical-align: bottom;
            height: 147px;
            width: 497px;
        }
        .header_nl{                    /* Table Three */
            vertical-align: baseline;
            text-align: left;
        }

        .hfheader_nl{                  /* Table Three */
            background-image: url(images/hft_masthead.jpg);
            background-position: bottom;
            vertical-align: bottom;
            height: 100px;
            width: 500px;
        }

/* Sidebar Style */        
        .sidebar{                       /* Table Two Nav Bar */
            background-image: url(images/sidebar.gif);
            vertical-align: top;
            padding-left: 10px;
            margin-left: 0px;        
            width: 10%;
        }

/* Main Content Style */ 
        .mainsection{
            /* text-align: left; */
            vertical-align: text-top;
            width: 80%;
        }
        
        .mainsectiontext{
            font-family: Arial, Helvetica, Sans-Serif;
            font-size:12pt;
            text-align:left;
            margin-left: 15px;
            margin-top: 0px;
            margin-right: 15px;
            margin-bottom: 0px;
        }

        .maincontenttext{
            font-family: comic sans MS;
            font-size:14pt;
            text-align:left;
            margin-left: 15px;
            margin-top: 0px;
            margin-right: 15px;
            margin-bottom: 0px;
        }

/* Homily Style */

        .homilybggrn {
	     border: medium double #000000;                     /* green */
	     background-image: url(images/bg_grn.jpg);
	}
	.homilybgvio {
	     border: medium double #000000;                     /* violet */
	     background-image: url(images/bg_vio.jpg);
	}
	.homilybgwht {
	     background-color: #FFFFFF;                           /* white */
	     border: medium double #000;
	}
	.homilybgred {
             border: medium double #000000;                    /* red */
	     background-image: url(images/bg_red.jpg);
	 }
        .homilybgcel {
	     /* border: medium double #000000; */                   /* celtic */
             background-image: url(images/repeatla2.gif);     
	}
        .homilybgrose {
	     background-image: url(images/bg_rose.jpg);
	     border: medium double #000;
        }

       .homilycontenttext{
            font-family: comic sans MS;
            font-size:14pt;
            vertical-align: top;
            text-align:left;
            margin-left: 15px;
            margin-top: 0px;
            margin-right: 15px;
            margin-bottom: 0px;
        }

/* Guestbook Style */
          .gbook{
             font-family:Comic Sans Ms;
             font-size:14pt;
             /* background-image: url(images/sitebg.gif); */
             text-align:center;
          }

/* Bottom Style */       
         .bottomtext {
              font-family: Arial, Helvetica, Sans-Serif;
              font-size:10pt;
              font-weight:bold;
              text-align:center;
          }

         .SourceClass {
             color : gray;
             font-family : Arial, Helvetica, sans-serif;
             font-size : 8pt;
          }

