body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
img.imgfade { 
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	-khtml-opacity: 0; 
	opacity: 0;
}
a:link { text-decoration:underline; color:#006699; }
a:visited { text-decoration:underline; color:#006699; }
a:hover { text-decoration:underline; color:#FF3300; }
a:active { text-decoration:underline; }

a.content:link { text-decoration:none; border-bottom:dashed; border-bottom-style:dashed; border-bottom-width:1px; color:#CC0000; }
a.content:visited { text-decoration:none; border-bottom:dashed; border-bottom-style:dashed; border-bottom-width:1px; color:#CC0000; }
a.content:hover { text-decoration:none; border-bottom:dashed; border-bottom-style:dashed; border-bottom-width:1px; }
a.content:active { text-decoration:none; border-bottom:dashed; border-bottom-style:dashed; border-bottom-width:1px; }

a.title:link { text-decoration:none; color:#000000; }
a.title:visited { text-decoration:none; color:#000000; }
a.title:hover { text-decoration:underline; color:#000000; }
a.title:active { text-decoration:none; color:#000000; }

a.anchor:link { text-decoration:none; color:#999999; }
a.anchor:visited { text-decoration:none; color:#999999; }
a.anchor:hover { text-decoration:underline; color:#FF3300; }
a.anchor:active { text-decoration:none; color:#999999; }

.times28px { font-family: Times, serif; font-size:28px; }

.second {
margin-left:0;
text-indent: 2em;
font-family:times,serif; font-size:16px;
}

input.emptysearch {
	color: #999999;
}


p { margin-top:-15px }

.normal p { margin-top:0px }

.nbsp
   .nbsp span
    , .nbsp ul
    , .nbsp ol
    {
        padding: 0;
        margin: 1em 0;
    }
    .nbsp li
    {
        margin: 0.5em 0 0.5em 2em;
    }
   .nbsp  ul
    {
        list-style-type: none;
        //list-style-image: url('/li.gif');
    }
    .nbsp ul li
    {
        padding: 0;
		line-height:1.3;
		text-indent:-1em;
        behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
                | ( parentNode.style.listStyleImage = 'none' )
                | ( this.firstChild && this.firstChild.nodeType != 3
                    ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
                | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&nbsp&nbsp;</nobr>'
                    + this.innerHTML ) ) : '' );
    }
    .nbsp ul>li:before
    {
        content: '';
        float: left;
        margin-left: -1.25em;
    }
    .nbsp ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
   .nbsp  ul>li>*
    {
        text-indent: 0;
    }
    .nbsp .sup
    {
        position: relative;
        top: -0.5em;
        font-size: 0.75em; //font-size: 0.89em;
        line-height: 0;
        vertical-align: baseline;
    }



.mdash
   .mdash span
    , .mdash ul
    , .mdash ol
    {
        padding: 0;
        margin: 1em 0;
    }
    .mdash li
    {
        margin: 0.5em 0 0.5em 2em;
    }
   .mdash  ul
    {
        list-style-type: none;
        //list-style-image: url('/li.gif');
    }
    .mdash ul li
    {
        padding: 0;
        behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
                | ( parentNode.style.listStyleImage = 'none' )
                | ( this.firstChild && this.firstChild.nodeType != 3
                    ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
                | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>'
                    + this.innerHTML ) ) : '' );
    }
    .mdash ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.25em;
    }
    .mdash ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
   .mdash  ul>li>*
    {
        text-indent: 0;
    }
    .mdash .sup
    {
        position: relative;
        top: -0.5em;
        font-size: 0.75em; //font-size: 0.89em;
        line-height: 0;
        vertical-align: baseline;
    }
	
		.styleempty ul { list-style:none; list-style-type:none; }