/* style for body text */

 body {
		background-image: url('Images/background02.jpg');
		
		scrollbar-arrow-color: white;
		scrollbar-face-color:#660000;
		scrollbar-3dlight-color: #D2624B ;
		scrollbar-highlight-color:#660000;
		scrollbar-shadow-color: #DEBE7C;
		scrollbar-darkshadow-black: ;
		scrollbar-track-color:white;
	   }

	    h1 {color: #990033; text-align: center; text-decoration: underline; font-variant: small-caps;}
		h3 u {color: #D60047;}
		a b {color: #FFFFFF;}
		td b {color: #FFFFFF;}
		h4 {color: #D60047;}
		hr {color: #990033;}
		p {
			font-family: franklin gothic book, arial, helvetica, sans-serif;
		   }


.paragraph {
			font-family: franklin gothic book, arial, helvetica, sans-serif;
			margin: 5px 15px 5px 15px;
			text-indent: 2em;
			line-height: 1.5em;
			text-align: justify;
	       }





/* Special Shadow Code */

.shadow {
	 width: 250px;
     filter: shadow;
	 color: #990033;
	 font-size: 16pt;
	}




/*Sub header for Index*/

.subheader{
			font-weight: bold;
			color: #990033;
			color: #aa0000; 
			font-size: 1.5em;
			font-variant: small-caps;
		  }
		  
		  
/* Highlight */

.highlight{
			background-color: #debe7c;
			link-color: blue;
			font-color: black;
			line-height: 5em;
		  }


/* Home page Temporary Style  */

.temp{
		background-color: tan;
		a:link color: #990033;
		a:activelink color:  #990033;
		a:visited color: #990033;
		font-weight: bolder;
	 }

/* Bottom Menu Vertical Align*/

.bottom {
		vertical-align: text-bottom;
    	}


.BoldIndent1
	{
		text-indent: 3em;
		font-weight: bold;
		font-size: 13pt;
	}
	

.BoldIndent2
	{
		text-indent: 2em;
		font-weight: bold;
		font-size: 13pt;
	}

.nospace
	{
		line-height: 0;
	}


