body {
    font-family: verdana;    
}

h1 {    
    margin: 10px 0 30px -25px;    
    height: 27px;
    line-height: 27px;
    color: #0D235D;
    font-size: 197%;
    font-weight: bold;  
    padding-left: 60px;
    line-height: 49px;
    height: 49px;
    background: transparent url(../images/chip5.jpg) center left no-repeat;
}

h2 {    
    font-size: 107%;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin: 30px 0 10px -25px;
    padding-left: 50px;
    background: transparent url(../images/h2Background.jpg) center left no-repeat;    
}

h3 {    
    line-height: 18px;
    font-weight: bold;
    color: #e68c32;    
    margin: 25px 0 10px 0;
    padding-left: 20px;
    background: transparent url(../images/chip1.jpg) bottom left no-repeat;    
}

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

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul, ol {
    margin-left: 35px;
    margin-bottom: 10px;
    float: none;
    clear: both;
}

ul.inlineUl {     
    margin-left: 29%;    
}

li {
    margin-bottom: 5px;
    /*background: transparent url(../images/chip4.jpg) center left no-repeat;*/
    list-style-image: url(../images/chip4.jpg);
}

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

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

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

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

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

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

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

input, select, textarea {    
    width: 69%;
    border: #A3A3A3 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: #e68c32;
    border: none;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 116%;
}

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

.warn {       
    color: red;
}

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

.panel {    
    position: relative;
    width: 100%;         
    margin: 20px 0;
    /*border: #ccc solid 1px;   */
}

.panel-hd {
    /*
    font-size: 107%;
    font-weight: bold;
    color: #e68c32;
    margin: 10px 0 20px 10px;
    */
    /*padding-left: 20px;*/
    /*background: transparent url(../images/chip1.jpg) 0 2px no-repeat;*/
    font-size: 107%;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    margin: 30px 0 10px -25px;
    padding-left: 50px;
    background: transparent url(../images/h2Background.jpg) center left no-repeat;
}

.panel-bd {       
    /*margin: 0 20px;*/
    margin: 0;
    padding: 0;
}

.panel-ft {
    /*
    text-align: right;
    margin: 5px 10px;
    */
    margin: 0;
    color: #e68c32;
}
