/* Default CSS Stylesheet for a new Web Application project */

.hpl1 {
 color: #FFFFFF;
 text-decoration:	none;
}

.hpl1:hover {
 color: #FFFFFF;
 text-decoration:	underline;
}

.redlink {
 color: red;
 text-decoration:	none;
 font-size:10pt;
 }
 
 .announce {
 color: red;
 text-decoration:	none;
 font-size:8pt;
 }
 
 .announce:hover	{	
	text-decoration:	underline;
	color:	red;
	}
		
.redlink:hover	{	
	text-decoration:	underline;
	color:	red;
	}
	
body  {
 font-family: Verdana;
 }
 
.Fheader	{	
	color:	white;
	font-size: 10pt;
	font-weight: bold;
	background-color: Red;
	}
	
.txtBox    {
     border-color:Silver;
     border-style:Solid;
     background-color:#ffffcc;
    }
    
.button		{
    background-color:Red;
    border-style:groove;
    color:White;
    font-weight:bold;	
	}
	
.lbutton		{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    border-style:none;
    color:Red;
    font-size:12px;
    text-decoration:underline;	
	}
	
.lblStep   {
    font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-decoration: none;
    }
    
.lblLStep   {
    font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
    }
    
.lblLStepOff   {
    font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
    }
    
.btnLStep   {
    font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: red;
	border-style: none;
    }
    
.btnLStepOff   {
    font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background: #e9e9e9;
    border-style: none;
    }
 
 