.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; 
font-weight: bold; color: #28527B} 
.bullet { 
list-style-type: square; list-style-image: url(images/bullet.gif); text-decoration: none; line-height: 16px} .text { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: medium; line-height: 18px; color: #DCA76B} 
a:hover { color: #DCA76B; 
} 
a { color: #aa7744}
a { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} .subtitle { font-family: Verdana, 
Arial, Helvetica, sans-serif; font-size: 11px; color: #6699CC; font-weight: bold; 
text-decoration: none} .links { font-family: 
Helvetica, sans-serif; font-size: 11px; color: #FF0000; text-decoration: 
none; vertical-align: middle; font-weight: bold}
.links:hover { color: #CC0000; font-size: 11px}
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none; vertical-align: middle }


.semitransparent 
{       
    background-image: url('img/SemiTransparent30.png');
 /*
    Fallback for web browsers that doesn't support RGBa */
  /*  background: rgb(0, 0, 0); 
     /* RGBa with 0.6 opacity
    background: rgba(0, 0, 0, 0.6); 

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; 
 */ 
}

.content
{        
    position:relative;
    color:White;        
    z-index:5;    
}    

.background    
{        
    position:absolute;        
    top:0px;        
    left:0px;        
    width:100%;        
    height:100%;        
    z-index:1;        
    /* These three lines are for transparency in all browsers. 
    background-color:Black;        
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";        
    filter: alpha(opacity=30);        
    opacity:.3;    */         
    
    /* Fallback for web browsers that doesn't support RGBa */ 
    background: rgb(0, 0, 0); 
    /* RGBa with 0.6 opacity */ 
    background: rgba(0, 0, 0, 0.6); 

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

} 



.transparent
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";        
    filter: alpha(opacity=100);        
    opacity:1;    
}


