/* You can put your custom font code here here*/
/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/

body {background-color: #ffffff; background-image: none}
body, input, select, textarea {
    /*font-family: Arial, "Lucida Sans", "Trebuchet MS", Tahoma;*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 10pt;
}
input[type='image'], img {
    outline: none;
    vertical-align: middle;
}
h1 {
    font-size: 16pt;
}

h2 {
    font-size: 15pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 13pt;
}

h5 {
    font-size: 12pt;
}

h6 {
    font-size: 11pt;
}
header {
    background-color: #16331f;
}
nav li.active, nav li:hover {
    background-color: #16331f;
}
nav, nav li, nav li li, nav li li:hover {
    background-color: #25781a;
}
#sidebar, #sidebar nav, #sidebar nav li, #sidebar nav li li, #sidebar nav li li:hover {
    background-color: #808080;
}

