A
{
	 text-decoration:none;	 
}
A:hover
{
	 FONT-FAMILY: arial;
     FONT-SIZE: 8pt;      
     color:red;
     background:lightblue;
     text-decoration:none
    
}
STRONG
{
    FONT-FAMILY: arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold  
    background:white;
    color:red;
}
REG
{
     FONT-FAMILY: arial;
     FONT-SIZE: 8pt;      
     color:black;    
     text-decoration:none
}

KBCEXEC
{
    FONT-FAMILY: arial;
    FONT-SIZE: 8pt;   
    color:blue;
}
P
{
     FONT-FAMILY: arial;
     FONT-SIZE: 8pt;      
     color:black;    
     text-decoration:none
}

h3
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
