/*This is Style Sheet of BPhar designed by VISEPL 2006 */
/*
  Design Date: 24-May-06
  Modified Date: 24-May-06
  CSS Author: Deepak Sharma.(TL Web)
*/

/* This class below is for Scroll Div */


.bph_thewindow
{
   position: relative;
   width: 450;     
   overflow: hidden;
   border-width: 0px;   
}

.bph_thetext 
{
   position: relative;
   width: 600px;    
   left: 0;   
   top: 0; 
   height: 15px;     
}

.bph_hdbold 
{
    color: white;
    font-weight: bold; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    text-align: left;    
}


.bph_scrtxt 
{
    color: white;
    font-weight: normal; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 6px; 
    text-align: left;
    text-decoration: none;
}