.b-text-head h1
{
	font-size:24px;
	font-weight:bold;
	padding-top:40px;
}
.b-text-head span
{
	color:#555555;
	font-size:10px;
}
.b-text 
{
	margin-top:25px;
	font-size:14px;
	line-height:21px;
}
.b-text p
{
	padding-bottom:14px;
}

.b-text h2
{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 15px;
}
.b-text blockquote
{
	padding:10px;
	padding-bottom:0px;
	font-style:italic;
}
.b-text img
{
	display:block;
}
.b-text ul
{
	padding-bottom:20px;
}
.b-text li
{
    padding: 0;
	margin: 0em 0 0.5em 1.3em;

    behavior: expression(
        ( !this.before && parentNode && parentNode.tagName == 'UL' )
        ?
            ( this.before = true )
            & ( parentNode.style.listStyleImage = 'none' )
            & (
                ( this.firstChild && this.firstChild.firstChild )
                ?
                    ( this.firstChild.style.marginTop = '-1.2em' )
                    & ( this.firstChild.style.position = 'relative' )
                : ''
            )
            & ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; top:5px; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
            & ( eNOBR.innerHTML = '&mdash;&nbsp;' )
            & ( this.insertBefore( eNOBR, this.firstChild ) )
        : ''
    );
}
.b-text ul>li:before
{
    content: '\2014\a0';
    float: left;
    margin-left: -1.6em;
}
.b-text ul>li>*:first-child:-moz-first-node
{
    margin-top: -1.2em;
}
.b-text ul>li>*
{
    text-indent: 0;
}

.b-text .right-note
{
	font-family:verdana;
	font-size:11px;
	left:104%;
	line-height:17px;
	position:absolute;
	width:25%
}

