body {
    font-family: arial;    
}

#bd {   
    font-size: 100%;
}

h1 {   
    font-size: 144%;
    color: black;
    font-weight: bold;
    margin: 0 0 15px 0;
}

h2 {      
    height: 26px;
    line-height: 26px;
    font-size: 136%;
    font-weight: bold;
    color: #bd0102;
    margin: 20px 0 15px 0;
    padding-left: 30px;
    background: transparent url(../images/chip1.jpg) top left no-repeat;
}

h3 {          
    color: #571f1c;
    margin: 0 0 5px 0;
}

h4 {            
    
}

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

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul {              
    margin-left: 25px;
    margin-bottom: 15px;
}

li {  
    list-style-type: circle;
}

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

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

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

td, th {
    vertical-align: top;
    border: none;
    /*padding: 5px;*/
}

label, .label, .inline-label {
    /*
    display: block;
    width: 29%;
    clear: both;
    float: left;
    padding-right: 1%;
    */
    text-align: left;
    font-weight: bold;
}

input, select, textarea {
    width: 69%;
    border: #ccc solid 1px;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    border: none;
}

input[type="submit"], .button {
    display: block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 20px auto 0 auto;
    cursor: pointer;
    color: #fff;
    background-color: #0392B2;
    border: none;
    text-align: center;
    text-decoration: none;
}

.button:hover, .button:visited {
    color: #fff;
}

.warn {
    color: red;
}

.error {
    margin-left: 30%;
    margin-bottom: 10px;
    color: red;
}



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

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

/*
.kc-button-container {    
    width: 100%;
    height: 75px;     
    padding: 0 23px 0 0;    
    background: transparent url(../images/buttonBackground.jpg) center center no-repeat;
    text-align: center;    
}

.kc-button {    
    color: #bd0102;
    border: none;      
    font-weight: bold;    
    text-align: center;
    text-decoration: none;
    cursor: pointer;        
}
*/

.panel {    
    width: 100%;         
    background: transparent url(../images/panelBackground.jpg) top left repeat-y;
}

.panel-hd {  
    font-size: 129%;
    font-weight: bold;    
    color: #bd0102;
    margin: 0;
    padding: 20px 0 0 50px;    
    height: 36px;
    /*line-height: 63px;*/
    background: transparent url(../images/panelHdBackground.jpg) top left no-repeat;     
}

.panel-bd {    
    padding: 0 40px 0 30px;
    /*background: transparent url(../images/panelBdBackground.jpg) top left repeat-y;*/
}

.panel-ft { 
    height: 35px;
    padding: 0 40px 0 30px;
    background: transparent url(../images/panelFtBackground.jpg) top left no-repeat;
}

.panel-ft a {
    text-decoration: none;
}

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