/* ===========================================
   html elements */

html{
    width:  100%;
    height: 100%;
}

body{
    width:          100%;
    height:         100%;
    margin:         0px;
    font-family:    verdana;
    font-size:      11px;
    line-height:    16px;
    color:          #333333;
    /*border: 1px solid red;*/
}

table{
    font-family:    verdana;
    font-size:      11px;
    line-height:    16px;
    color:          #333333;
}

td{
    vertical-align: top;
}

img{
    border:     none;
}

a { 
    text-decoration:    none;
    border:             none;
    color:              #333333;
}

a:hover{
    text-decoration:    underline;
}

p{
    margin:         0px;
    margin-bottom:  10px;
}

input{
    font-family:    verdana;
    font-size:      11px;
    line-height:    16px;
}

select{
    font-family:    verdana;
    font-size:      11px;
    line-height:    16px;
}

option{
    font-family:    verdana;
    font-size:      11px;
    line-height:    16px;
}

h3{
    margin:         0px;
    font-size:      14px;
    line-height:    18px;
    font-weight:    bold;
    color:          #1d2b5a;
}

h3 a{
    color:  #1d2b5a;
}

h4{
    margin:         0px;
    margin-bottom:  2px;
    font-size:      10px;
    line-height:    14px;
    font-weight:    normal;
    color:          #333333;
}

h5{
    margin:         0px;
    margin-bottom:  2px;
    font-size:      10px;
    line-height:    14px;
    font-weight:    normal;
    color:          #333333;
}

form{
    margin: 0px;
}

ul{
    margin-top:             .5em;
    margin-bottom:          0;
    list-style-position:    outside;
    line-height:            1.2em;
}

ol{
    margin-top:             .5em;
    margin-bottom:          0;
    list-style-position:    outside;
    line-height:            1.2em;
}

li{ margin-bottom: .5em }

