/* Default CSS Stylesheet for a new Web Application project */
.labelstyle 
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: small
    }
    
.datastyle 
{
    FONT-WEIGHT: normal 
    }

a:visited	
{	
    text-decoration:	none;
    color:	#333399;
    }
    		
a:hover	
{	
    text-decoration:	underline;
    color:	#3333cc;
    }

.inputbox
{
    width:396px;
    height:22px;
    
}

.divboxbig
{
    padding: 5px 5px 5px 5px; 
    border-style:solid; 
    border-width:thin; 
    border-color:Black;   
}
