/* Global Defaults
-------------------------------------------------------------------------------- */
.left { float:left; }
.right { float:right; }
.clr { clear:both; font-size:0; overflow:hidden; }
*+html .clr { display:inline; }
* html .clr { display:inline; }
textarea { resize:none; overflow:hidden; }
td { vertical-align:middle; }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }

/* Must be changed to correct values according to the design */
body { font-family:Helvetica, Arial, sans-serif; font-size:12px; color:#6e6e6e;  min-width:966px; }
h1 { color:#006b6e; font-size:22px; padding:0 0 0 0; font-weight: bold; }
h2 { color: #006b6e;
    font-size: 18px;
    font-weight: bold; padding:0 0 10px 0; }
h3 { color:#006b6e; font-size:16px; padding:0 0 0 0; }
h4 { color:#000000; font-size:14px; }
h5 { color:#000000; font-size:14px; }
h6 { color:#000000; font-size:14px; }
h1, h2, h3 { letter-spacing:-1px; }
p { padding:0 0 10px 0; line-height:14px; }
ol { padding:0 0 10px 55px; }
ol li { list-style-type:decimal; padding:0 0 10px 10px; }
ul { padding: 0 0 10px 0; }
ul li { padding: 0 0 0px 0;}
li { font-size:12px; line-height: 15px; }
a { color:#006B6E; text-decoration:underline; }
a:hover { color:#A9915D; text-decoration:underline; }
input, textarea, select, option { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

/*DELETE BELOW AFTER UPLOADING TO XTOOLS*/
.img-txt-column, .txt-img-column, .txt-block, .txt-block-b, .img-txt-column-b, .txt-img-column-b {
    margin: 10px 0;
}

.img-wrap-left {
    float: left;
    margin: 0 15px 15px 0;
}
.custom-green {
    background: url("../images/border_br_green.png") no-repeat scroll right bottom transparent;
}