* {
    
}

body {
    background-color: #ebebeb;
    font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 9pt;
}

h1, h2, h3, h4 {
    text-align: left;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 10pt;
    color: #111;
}

#footer {
    text-align: center;
    font-size: 8pt;
}

#sidebar ul {
    list-style: none inside;
    padding: 0 0 0 5px;
}

#sidebar li {
    font-size: 9pt;
    margin: 0.3em 0;
}

#content {
    line-height: 1.4em;
    text-align: justify;
}

#content ul {
    margin: 1em 0;
}

#content ol {
    margin-bottom: 1em;
}

#content li {
    margin-left: 20px;
	padding: 0 0 0.3em;
}

a {
    color: #b4704c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #642615;
}

a img {
    border: 0px;
}
