

.test 
       { 
       	font-weight: bold 
       }
       
.footnote   
       { 
        font-family: Arial;
        font-size: 8; 
        text-align: justify
       }
.my_Heading
      {
       font-family: Arial;
       font-size: 12pt; 
       color: #0033CC; 
       font-weight: bold;
       text-align: center
       }
 .SubHeading
 {
       font-family: Arial;
       font-size: 14pt; 
       color: #0033CC; 
       font-weight: bold;
       text-align: left
 
 }
 
.SubHeadingFeatures 
{ font-family: Arial; color: #0033CC; font-size: 14pt; font-weight: bold; 
               margin-left: 10; float:left; text-align:left }
               
  .my_SideHeading
  {
       font-family: Arial;
       font-size: 10pt; 
       color: #0033CC; 
       font-weight: bold;
       text-align: left
       }

       
.bodytext
    { 
      font-family: Arial; 
      font-size: 10pt; 
      color: #0033CC;
      text-align:justify
     }
.line       
  { 
    color: #F9F9F9; text-align:center 
  }
.sidelinks
   { 
    font-family: Arial;
    font-weight: bold; 
    color: #0033CC;
    text-align:center;
    text-decoration:none; 
    font-size:10pt 
    }
    
    .updatelinks
   { 
    font-family: Arial;
    color: #0033CC;
    text-align:justify;
    text-decoration: none; 
    font-size:10pt 
    }

    
.activelink
		{
		font-family: Arial;
    font-size: 10pt;
    text-decoration = none; 
    color: #0033CC

		}

.bottom
      {
       font-family: Arial; 
       font-size: 8pt;
       color: #000080
      }
  
.bg
	{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:  center; 
	} 
	
.bg_long
		{
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position-x: 100px;
		background-position-y: 200px; 
		


		}	   
      
      
      
a:active 
     {
      color: #0033CC;
      text-decoration: none; 
      font-weight: bold; 
      font-family: Arial; 
      font-size: 12pt; 
      margin-left: 3;  
      text-align: justify;
     }
     
 a: visited
        {
        color: #0033CC;
      text-decoration: none; 
      font-weight: bold; 
      font-family: Arial; 
      font-size: 18pt; 
      margin-left: 3;  
      text-align: justify;

        }