h1 {   
    font-size: 129%;
    font-weight: bold;    
    color: #7e316f;  
    margin: 10px 0;
    padding-left: 25px;
    background: transparent url(../images/chip2.jpg) center left no-repeat;     
}

h2 {         
    
}

h3 {          
    color: #fe9b19;
    font-size: 107%;
    font-weight: bold;
    margin: 25px 0 10px 0;
    padding: 0;   
}

h4 {            
    color: #c93e6c;     
    font-weight: bold;
    margin: 20px 0 7px 0;
    padding-left: 15px;
    background: transparent url(../images/chip4.jpg) 0 3px no-repeat;
}

p {           
    text-align: justify;   
    margin: 0 0 10px 0;
    padding: 0;   
}

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul {              
   
}

li {
   
}

a, a:hover, a:visited {
    color: #fe9b19; 
    text-decoration: underline;
    font-weight: normal;    
}

a:hover {               
    font-weight: normal; 
    text-decoration: underline;
}

fieldset {
    border: #ccc solid 1px;
    margin: 5px 0;
    padding: 15px;   
}

legend {  
    color: #990099;
    font-weight: bold;
}

.kc-table {
    width: 100%;
    border-collapse: collapse; 
    border: solid 1px #ccc;
}

.kc-table th {
    color: #990099;
    font-weight: bold;
}

.kc-table td, .kc-table th { 
    vertical-align: top;
    border: solid 1px #ccc;
}

.kc-panel-grid {
    width: 100%;
    border-collapse: collapse;   
    border: 0;
}

.kc-label-container {
    border: 0;
    vertical-align: top; 
    padding: 3px 5px;      
    width: 150px;
}

.kc-label {    
    color: #7e316f;
    font-size: 100%;
    font-weight: bold;
}

.kc-input {
    font-size: 114%; 
    border: #ccc solid 1px;
}

.kc-warn {       
    color: red;    
}

.kc-button-container {
    text-align: center;
    padding-top: 30px;
}

.kc-panel {      
    width: 660px;     
    background: transparent url(../images/panelBackground.jpg) top center repeat-y;    
}

.kc-panel-hd {  
    font-size: 129%;
    font-weight: bold;    
    color: #7e316f;  
    padding: 20px 0 0 50px;    
    width: 610px;
    height: 38px;
    background: transparent url(../images/panelHdBackground.jpg) top center no-repeat;    
}

.kc-panel-bd {   
    padding: 0 15px 10px 15px;    
}

.kc-panel-ft { 
    color: white;
    font-size: 108%;
    font-weight: bold;
    text-align: right;
    padding: 25px 10px 0 0;
    width: 650px;
    height: 55px;
    background: transparent url(../images/panelFtBackground.jpg) top center no-repeat;
}

.kc-panel-ft a, .kc-panel-ft a:visited, .kc-panel-ft a:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
} 

.kc-panel-ft a:hover {
    text-decoration: underline;
}