.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

h1i,h2i,h3i,h4i,h5i,h6i {
	clear:both;
	margin:0;
	padding:0;
	text-indent: -3000px;
	background-repeat:no-repeat;
}

h3i {
	color:#600;
	font-size:24pt;
	height: 20px;
}

h4i {
	color:#600;
	font-size:14pt;
}

a:hover {
	 text-decoration: none;
	 color: #660000;
	 }
h3 {
	font-family: arial;
	font-size: 24pt;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	margin: 1px;
	}

h3.left {
	font-family: arial;
	font-size: 24pt;
	font-weight: lighter;
	color: #000000;
	text-align: left;
	margin: 1px;
	}

p,li {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	}

li.nr {
	font-size: 10pt;
	margin: 1px;
	}
	
ul {
	color: #000000;
	}
	
p.justify {
        text-align: justify;
        font-size: 10pt;
        }
        
p.justify3 {
        text-align: justify;
        font-size: 12pt;
        }

p.indent {
        text-indent: 1cm;
        font-size: 10pt;
        }

p.indent3 {
        text-indent: 1cm;
        font-size: 12pt;
        }

p.indentjustify {
        text-align: justify;
        font-size: 10pt;
        text-indent: 1cm;
        }
        
p.indentjustify3 {
        text-align: justify;
        font-size: 12pt;
        text-indent: 1cm;
        }
        	
p.three {
	font-family: verdana;
	font-size: 12pt;
	color: #000000;
	}
	
p.four {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
	}
	
p.five {
	font-family: verdana;
	font-size: 18pt;
	color: #000000;
	}

p.threec {
	font-family: verdana;
	font-size: 12pt;
	color: #000000;
	text-align: center;
	}
	
p.fourc {
	font-family: verdana;
	font-size: 14pt;
	color: #000000;
	text-align: center;
	}

p.fivec {
	font-family: verdana;
	font-size: 18pt;
	color: #000000;
	text-align: center;
	}

p.center {
	text-align: center;
	}
	
td {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	}
	
td.headerbg { 
    background: url(http://www.southholland.org/images/Headerbg2009.gif) repeat-x;
        }
        
td.nrbg {
    background: url(http://www.southholland.org/images/tulipnrbg.gif) repeat-x;

td.tulip {
    background: url(http://www.southholland.org/images/tulipbg.gif) repeat-x;
    color: #FFF;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    }