/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}


/* SRS */
body {
    font-family: Arial, "Sans Serif", serif;
    font-size: 16px;
}
h1 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 200%;
}
p {
    line-height: 150%;
}
.syn-body-container {
    padding: 32px;
}
.syn-body-container img {
    margin-bottom: 16px;
}
hr {
    margin-top: 32px;
    height: 1px;
    border: 0;
    background-color: #666666;
}
.link {
    color: #666666;
    font-weight: bold;
}
html, body {
    /*
    background-color: #0098DA;
    color: #FFFFFF;
    */
    background-color: #FFFFFF;
    color: #666666;
}
.wrapper {
    width: 250px;
    margin-bottom: 32px;
}
.wrapper .logo .circle {
    fill: #EE9F3F;
}

.wrapper .logo .stack,
.wrapper .logo .dash,
.wrapper .logo .white {
    fill: #0098DA;
}
.wrapper .logo .it {
    fill: #EE9F3F;
}

