/*
	fancybox modal windows
*/


#modalfb p {
                color: #000;
                font-size: 12.0pt;
                font-family: 'Arial';
                line-height: 14.0pt;
                font-weight: 200;       
        }

#modalfb h1 {
                color: #000;
                font-size: 16.0pt;
                font-family: 'Arial';
                line-height: 16.5pt;
                font-weight: 600;
                text-align: center;
        }

#modalfb h2 {
                color: #000;
                font-size: 20.0pt;
                font-family: 'Arial';
                line-height: 20.5pt;
                font-weight: 600;
                text-align: center;
        }


#modalfb ul {
                list-style-type: square;
                margin: 0 0.2em 2em 2em;
                color: #000;                    
        }

#modalfb ol {
                margin: 0 0.2em 2em 2em;
                color: #000;
        }

#modalfb li {
		padding: 0.2em 0 0.2em 0;
		margin: 0 0 0 1.0em;
	}

#modalfb strong {
                font-weight: 600;
        }

#modalfb em {
                font-style: italic;
                margin: 0 0.2em 0 0;
        }

#modalfb .pic {
                display: block; 
                float: right;
                margin: 0.5em 0.5em 0.5em 0.5em;
        }


