body {
    font-family: verdana;        
}

h1 {
    /*
    margin: 10px 0 10px -15px;
    padding-left: 40px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 136%;
    font-weight: normal;          
    background: transparent url(../images/h1Background.jpg) top left no-repeat;  
    */
    font-size: 152%;
    font-weight: bold;
    color: #004c99;
    margin: 20px 0 10px 0;
}

h2 {
    /*
    font-size: 107%;
    font-weight: bold;
    color: #ffa204;
    margin: 30px 0 10px 0;
    padding-left: 22px;
    background: transparent url(../images/chip1.jpg) 0 2px no-repeat;    
    */
    font-size: 122%;
    font-weight: bold;
    color: #565E60;
    margin-bottom: 5px;
}

h3 {
    /*
    font-weight: bold;
    color: #067e9b;
    margin: 15px 0 10px 0;
    padding-left: 15px;
    background: transparent url(../images/chip2.jpg) 0 3px no-repeat; 
    */
    font-size: 114%;
    font-weight: bold;
    color: #004c99;
    margin: 10px 0 0 0;
}

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

strong, b {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

ul {                  
    margin-left: 15px;
    float: none;
    clear: both;
}

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

li {       
    padding-bottom: 10px;
    list-style-type: disc;
    /*
    bakground: transparent url(../images/chip7.jpg) 0 5px no-repeat;
    */
}

a, a:hover, a:visited {     
    color: #004c99;
    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: #004c99;
    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;        
}

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: 90px;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 0 auto;            
    cursor: pointer;    
    color: #fff;    
    background-color: #004c99;    
    border: none;
    text-align: center;
    text-decoration: none;    
}

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

.warn {       
    color: red;
}

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

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

.panel-hd {       
    font-size: 107%;
    font-weight: bold;
    color: #004c99;
    border-bottom: solid 1px #C8DBE2;
    margin: 10px 0 10px 0;
    /*padding-left: 20px;    */
}

.panel-bd {       
    
}

.panel-ft {
    
}
.panel p {
    margin: 0;
}

.style1 {
    font-size: 122%; 
    font-weight: normal;
    color: #004c99;
}

.style2 {
    
}