﻿


/*~~~~~~~~~~~~ Initialize elements ~~~~~~~~~~~~*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: Arial;   
    font-size: 1em;
    line-height: 1.125em;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
h1, h2, h3, h4, h5, h6 {
    margin:.25em 0;
}
a {
    text-decoration:none;
    border-bottom-width:1px;
    border-bottom-style:dotted;
}
a:hover {
    border-bottom-style:solid;
}
a img {
    border:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cleaner {
    margin:0;
    padding:0;
    clear:both;
    height:0px;
    font-size:0px;
    background-color:Transparent;
}
tr {
    vertical-align:top;
}
td {
    padding-right:10px;
}
.tr-head {
    font-weight:bold;
}
.right-head {
    text-align:right;
    font-weight:bold;
}
.align-left {
    text-align:left;
}
.align-right {
    text-align:right;
}
.align-middle {
    text-align:center;
}
.hidden {
    display:none;
}
.checkbox {
    width:10px;
}
.float-right {
    float:right;
}
.highlight {
    background-color:#fefb85;
    border:1px solid #d5c766;
}
.bold {
    font-weight:bold;
}
/*~~~~~~~~~~~~ /Initialize elements ~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~ define the grid ~~~~~~~~~~~~~~~~~~~~~~~~*/
.container-16 {
    width:90%;
    margin:auto;
}

.cell-1, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
    display:inline;
    float:left;
    margin-left:1%;
    margin-right:1%;
}

.container-16 .cell-16 {width:98%;}
.container-16 .cell-15 {width:91.75%;}
.container-16 .cell-14 {width:85.5%;}
.container-16 .cell-13 {width:79.25%;}
.container-16 .cell-12 {width:73%;}
.container-16 .cell-11 {width:66.75%;}
.container-16 .cell-10 {width:60.5%;}
.container-16 .cell-9 {width:54.25%;}
.container-16 .cell-8 {width:48%;}
.container-16 .cell-7 {width:41.75%;}
.container-16 .cell-6 {width:35.5%;}
.container-16 .cell-5 {width:29.25%;}
.container-16 .cell-4 {width:23%;}
.container-16 .cell-3 {width:16.75%;}
.container-16 .cell-2 {width:10.5%;}
.container-16 .cell-1 {width:4.25%;}
/*~~~~~~~~~~~~~~~~~~~~~~~~ /define the grid ~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset table td {
    vertical-align:top;
}
fieldset table td label {
    font-weight:bold;
    text-align:right;
    width:100%;
}