body
                {
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                font-size: 10pt;
                line-height: 140%;
                color: black;
                scrollbar-face-color: #FFFFFF;
				scrollbar-shadow-color: #FFFFFF;
				scrollbar-highlight-color: #FFFFFF;
				scrollbar-3dlight-color: #000000;
				scrollbar-darkshadow-color: #000000;
				scrollbar-trackm-color: #000000;
				scrollbar-arrow-color: #000000;
                }
                
p
                {
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                color: black;
                font-size: 10pt;
                margin-left: 20px;
                line-height: 140%;
           	    text-align: left;
                }

.back
				{
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                color: FF0000;
                font-size: 8pt;
                font-weight: bold;
                text-align: right;
                margin-left: 10px;
                line-height: 140%;
                }
                
.breadcrumb01
				{
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                color: FF0000;
                font-size: 10pt;
                font-weight: bold;
                text-align: left;
                margin-left: 10px;
                line-height: 140%;
                }
                
.para01
				{
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                color: black;
                font-size: 10pt;
                margin-left: 20px;
                line-height: 140%;
                }
                
.para02			{
                background-color: white;
                font-family: verdana, arial, helvetica, sans-serif;
                color: black;
                font-size: 10pt;
                text-align: center;
                line-height: 140%;
                }
                
h1
                {
                font-size: 12pt;
                color: FF0000;
                /* This is red. */
                text-align: center;
                }            
        
h2
                {
                font-size: 12pt;
                color: 3300FF;
                /* This is blue. */
                text-align: center;
                }
            
h3
                {
                font-size: 12pt;
                color: 000000;
                /* This is black. */
                text-align: center;
                }
                
.bold
                {
                font-weight: bold;
                }
            
.red
                {
                color: FF0000;
                }
            
.redbold
				{
                color: FF0000;
                font-weight: bold;
                }
                            
.blue
				{
    			color: 3300FF;
    			}
    			
.bluebold		
                {
                color: 3300FF;
                font-weight: bold;
                }
                
.largebold		{
				font-weight: bold;
				font-size: 12pt;
				}

.largebluebold	{
				font-weight: bold;
				color: 3300FF;
				font-size: 12pt;
				}
				
.largeredbold	{
				font-weight: bold;
				color: FF0000;
				font-size: 12pt;
				}
				
.smallredbold	{
				font-weight: bold;
				color: FF0000;
				font-size: 10pt;
				}

.center			
				{
				text-align: center
				}
				
ul.square 
                {
                font-family: verdana, arial, helvetica, sans-serif;
                font-size: 10pt;
                list-style-type: square;
                text-align: left;
                line-height: 140%;
                list-style-position:inside;
                }
                
ul.disc 
                {
                font-family: verdana, arial, helvetica, sans-serif;
                font-size: 10pt;
                list-style-type: disc;
                text-align: left;
                line-height: 140%;
                list-style-position:inside;
                }

ol
                {
                font-family: verdana, arial, helvetica, sans-serif;
                font-size: 10pt;
                text-align: left;
                line-height: 140%;
                }
                
ul
                {
                font-family: verdana, arial, helvetica, sans-serif;
                font-size: 10pt;
                list-style-type: disc;
                text-align: left;
                line-height: 140%;
                list-style-position:inside;
                }
                
a:link
                {
                color: 3300FF;
                /* This is blue. */
                }

a:visited
                {
                color: FF0000;
                /* This is red. */
                }

a:hover
                {
                color: FF0000;
                /* This is red. */
                }

a:active
                {
                color: FF0000;
                /* This is red. */
                }