
/* HTML ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

* {margin: 0;padding: 0;}
html{}
body, p, ul, li, ul li p, ol li p, img, form, fieldset, input, text-area, select, button {margin:0; padding:0; border:0;}
body {color:#fff; background: #eee url('/img/bodyBgrd.png') repeat top center; 
      font-family:Arial,Helvetica,sans-serif; font-size:14px; line-height:150%;}
form, input, textarea {color:#ffffff;font-size:13px;}
input, textarea, select {background-color:#FFFFFF;}

h1, h2, h3, h4, h5, h6 {color:#E6F1FF;font-weight:normal;line-height:125%;margin:0 0 10px; font-family:Arial,Helvetica,sans-serif;}
h1 {font-size: 25px;font-weight: normal; margin-bottom:  20px}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px; font-weight: bold}
h5 {font-size: 16px; font-weight: bold}
h6 {font-size: 14px; font-weight: bold}
p {padding-bottom:15px;}
ul, ol {margin: 0 0 15px 15px;}
ul li {margin:0 0 10px 20px;}
ol li {list-style-type: decimal; margin:0 0 10px 20px;}

/*----- Link ------*/

a{color:#FF6600;text-decoration: none;outline: none;}
a:hover {text-decoration: underline;}

/*----- Table ------*/

table{border-collapse:collapse;color:#6E6D72;margin:0 0 15px;text-align:center;width:100%; max-width: 100%}
table thead tr td, table thead tr td th{background-color:#cc0000;border-bottom:1px solid #EEE;
                                        border-right:1px solid #EEE;border-top:1px solid #EEE;color:#fff;
                                        padding:8px; font-size:13px; line-height:150%; font-weight: bold;}
table tbody tr td{background-color:#fff;border-bottom:1px solid #EEE;border-right:1px solid #EEE;
                  border-top:1px solid #EEE;padding:8px;color:#6E6D72; font-size:13px; line-height:150%; 
                  font-family:Arial;}
table tbody tr th{background-color:#ccc;border-bottom:1px solid #EEE;border-right:1px solid #EEE;
                  border-top:1px solid #EEE;color:#696969; padding:8px;font-size:15px; line-height:150%; 
                  font-weight: normal;}
table tbody tr td ul, table tbody tr td ol{margin:0;} 

a.download{
    background-image: url(/img/downloadIcon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
a.link{
    background-image: url(/img/linkIcon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
