.topic 
{
    font-size : 16pt;
    font-weight :bold ;
    color : #c84183;
}

.text 
{
    font-family:Verdana , Arial ;
    font-size : 11pt;
    color : #555555 ;   
}

.coupons
{
	font-family :Arial, Verdana ;
	font-size :10px;
	color :#FFFFFF;
}

A {
	color:#c84183;
}
A:hover {
	color:#c84183;
}

TABLE.content P 
{
    font-family:Verdana , Arial ;
    font-size : 11pt;
    color : #777777 ;   

}
 /* Z-index of #mask must lower than #boxes .window */  
 #mask {  
  position: absolute;  
  z-index:9001;  
   background-color:#ff9a44;  
  display:none;  
 top:0;
 left:0;
 width:200px;
 padding:0px;

 }         
  #box {  
  position: absolute;  
  z-index:9000;  
   background-color:#ff9a44;  
   display:none;
 top:0;
 left:0;
 padding:0px;

 } 
 #dialog   
 {
 	position:absolute;  
   width:575px;   
   height:380px;  
   z-index:9999;  
   background:white;
   display:none;  
   padding:10px;  
   border: solid 5px #c84183;
   color:#c84183;
   font-family:Arial;
   font-size:12pt;
 } 
