BODY        
            {
                SCROLLBAR-ARROW-COLOR: white;
                SCROLLBAR-TRACK-COLOR: #000000;
                SCROLLBAR-BASE-COLOR: #394472;
                scrollbar-dark-shadow-color: #333333;
                overflow-x: hidden;
            }

.fnt1   	
            {
                font-size: 1pt;
                font-family: Arial;
            }

.fnt2   	
            {
                font-size: 2pt;
                font-family: Arial;
            }

.fnt3   	
            {
                font-size: 3pt;
                font-family: Arial;
            }

.fnt4   	
            {
                font-size: 4pt;
                font-family: Arial;
            }

.fnt5   	
            {
                font-size: 5pt;
                font-family: Arial;
            }

.fnt6   	
            {
                font-size: 6pt;
                font-family: Arial;
            }

.fnt7   	
            {
                font-size: 7pt;
                font-family: Arial;
            }

.fnt8   	
            {
                font-size: 8pt;
                font-family: Arial;
            }

.fnt9   	
            {
                font-size: 9pt;
                font-family: Arial;
            }

.fnt10  	
            {
                font-size: 10pt;
                font-family: Arial;
            }

.fnt11   	
            {
                font-size: 11pt;
                font-family: Arial;
            }

.fnt12   	
            {
                font-size: 12pt;
                font-family: Arial;
            }


.fnt13   	
            {
                font-size: 13pt;
                font-family: Arial;
            }


.fnt14   	
            {
                font-size: 14pt;
                font-family: Arial;
            }


.fnt15   	
            {
                font-size: 15pt;
                font-family: Arial;
            }


.fnt16   	
            {
                font-size: 16pt;
                font-family: Arial;
            }

.fnt17   	
            {
                font-size: 17pt;
                font-family: Arial;
            }

.fnt18   	
            {
                font-size: 18pt;
                font-family: Arial;
            }

.fnt19   	
            {
                font-size: 19pt;
                font-family: Arial;
            }

.fnt20  	
            {
                font-size: 20pt;
                font-family: Arial;
            }

.fnt21  	
            {
                font-size: 21pt;
                font-family: Arial;
            }

.fnt22  	
            {
                font-size: 22pt;
                font-family: Arial;
            }

.fnt23  	
            {
                font-size: 23pt;
                font-family: Arial;
            }

.fnt24  	
            {
                font-size: 24pt;
                font-family: Arial;
            }                                    

.fntbold1   	
            {
                FONT-WEIGHT: bold;
                font-size: 1pt;
                font-family: Arial;
            }

.fntbold2   	
            {
                FONT-WEIGHT: bold;
                font-size: 2pt;
                font-family: Arial;
            }

.fntbold3   	
            {
                FONT-WEIGHT: bold;
                font-size: 3pt;
                font-family: Arial;
            }

.fntbold4   	
            {
                FONT-WEIGHT: bold;
                font-size: 4pt;
                font-family: Arial;
            }

.fntbold5   	
            {
                FONT-WEIGHT: bold;
                font-size: 5pt;
                font-family: Arial;
            }

.fntbold6   	
            {
                FONT-WEIGHT: bold;
                font-size: 6pt;
                font-family: Arial;
            }

.fntbold7   	
            {
                FONT-WEIGHT: bold;
                font-size: 7pt;
                font-family: Arial;
            }

.fntbold8   	
            {
                FONT-WEIGHT: bold;
                font-size: 8pt;
                font-family: Arial;
            }

.fntbold9   	
            {
                FONT-WEIGHT: bold;
                font-size: 9pt;
                font-family: Arial;
            }

.fntbold10  	
            {
                FONT-WEIGHT: bold;
                font-size: 10pt;
                font-family: Arial;
            }

.fntbold11   	
            {
                FONT-WEIGHT: bold;
                font-size: 11pt;
                font-family: Arial;
            }

.fntbold12   	
            {
                FONT-WEIGHT: bold;
                font-size: 12pt;
                font-family: Arial;
            }


.fntbold13   	
            {
                FONT-WEIGHT: bold;
                font-size: 13pt;
                font-family: Arial;
            }

.fntbold14   	
            {
                FONT-WEIGHT: bold;
                font-size: 14pt;
                font-family: Arial;
            }

.fntbold15   	
            {
                FONT-WEIGHT: bold;
                font-size: 15pt;
                font-family: Arial;
            }

.fntbold16   	
            {
                FONT-WEIGHT: bold;
                font-size: 16pt;
                font-family: Arial;
            }

.fntbold17   	
            {
                FONT-WEIGHT: bold;
                font-size: 17pt;
                font-family: Arial;
            }

.fntbold18   	
            {
                FONT-WEIGHT: bold;
                font-size: 18pt;
                font-family: Arial;
            }

.fntbold19   	
            {
                FONT-WEIGHT: bold;
                font-size: 19pt;
                font-family: Arial;
            }

.fntbold20  	
            {
                FONT-WEIGHT: bold;
                font-size: 20pt;
                font-family: Arial;
            }

.fntbold21  	
            {
                FONT-WEIGHT: bold;
                font-size: 21pt;
                font-family: Arial;
            }

.fntbold22  	
            {
                FONT-WEIGHT: bold;
                font-size: 22pt;
                font-family: Arial;
            }

.fntbold23  	
            {
                FONT-WEIGHT: bold;
                font-size: 23pt;
                font-family: Arial;
            }

.fntbold24  	
            {
                FONT-WEIGHT: bold;
                font-size: 24pt;
                font-family: Arial;
            }                                        
            
.transparent         {
                    filter:alpha(opacity=65);
                    -moz-opacity:0.65;
                    -khtml-opacity: 0.65;
                    opacity: 0.65;
                    }

.double_border             {
                               /*double border*/
                               padding:3px;
                               border:1px solid white;
                               background-color:black;
                            }
					
.float_right                 {
                               /*float*/
                               float: right; 
                               margin-left: 10px; 
                            }
                            
.float_left                  
							{
	                            /*float*/
                               float: left; 
                               margin-right: 10px; 
                            }                            

.hardboy_headline      {
                     color:#6D1B27;
                     font: 19pt arial;
                     font-weight:bold;
                     position:relative;
                     line-height:115%;
                     }


.hardboy_content	{
						color: #140064;
						font: 10pt arial;
						font-weight:bold;
						position:relative;
						line-height:115%;
					}
					
.hardboy_content a 
					  {
	                    color: black;
						text-decoration:none;
						border-bottom:1px dotted red;
					  }	
					  
.hardboy_content_sm	{
						color: #140064;
						font: 9pt arial;
						font-weight:bold;
						position:relative;
						line-height:115%;
					}
					
.hardboy_content_sm a 
					  {
	                    color: black;
						text-decoration:none;
						border-bottom:1px dotted red;
					  }		