@import url('fonts/Quicksand.css');

@font-face{
    font-family:"Open Sans Regular";
    src: url("fonts/OpenSans-Regular.ttf?#iefix") format("truetype");
}

html {
    height: 100%;
}

body {
    font-family: 'Quicksand', "Open Sans Regular", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:11pt;
    background-color: #fff;
    color: #000;
    margin: 0;
    height: 100%;
}

a:link, a:visited, a:active, a:hover  {
    color: #000;
    text-decoration: none;
}

a.mlink:link, a.mlink:visited, a.mlink:active, a.mlink:hover  {
    color: #000;
    text-decoration: none;
}

.contextMenu {
    display:none;
}

h1 {
    color : #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #AAA;
}

h2 {
    color : #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #AAA;
}

h3 {
    color : #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    background-color: #AAA;
    margin: 2em 0 1em 0;
    padding:2px;
}

h4 {
    color : #000;
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h5 {
    font-weight:bold;
    font-size : 120%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h6 {
    border-bottom: 1px dotted #000;
    font-size : 120%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

table {
    font-size : 11pt;
}

a.primaryAction:link, a.primaryAction:visited, a.primaryAction:active, a.primaryAction:hover  {
    color: #000;
    text-decoration: none;
    font-size : 11pt;
}

