/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face{
    font-family: Museo700; 
    src: url('Museo700-Regular.otf') format('opentype');
    font-weight: bold;
}
@font-face{
    font-family: Museo500; 
    src: url('Museo500-Regular.otf') format('opentype');
}

body {
        margin-left: 10%;
        margin-right: 10%;
        font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, sans-serif;
        background-color: #FFFFF9;
        color: black;
        font-size: 9pt;
        text-indent: 25pt;
        line-height: 15pt;
        text-align: justify;
}
h1, h2 {
        font-family: Museo700, 'Trebuchet MS', Arial, sans-serif;
	font-size: 22pt;
        color: #8A3;
}
h2 {
		font-size: 18px;
        margin-top: 1.3ex;
		border-bottom: dashed 1px #eee;
		padding-bottom: 5px;
}
ul {
        margin-left: 18pt;
        padding-left: 18pt;
        text-indent: 0.5em;
}
ol {
        text-indent: 0;
}
#first {
        border-top: 1px solid blue;
        border-left: 1px solid blue;
		-moz-border-radius-topleft: 2%;
        padding-top: 10px;
}
#last {
        border-bottom: 1px solid blue;
        border-right: 1px solid blue;
		-moz-border-radius-bottomright: 2%;
        padding-bottom: 10px;
}
#first, #last {
        text-align: center;
}
.begin {
        margin-right: 1.1em;
		font-weight: bold;
}
.em {
        font-style: normal;
        font-weight: bold;
}
a, a:visited, a:hover, a:active {
        color: #084088;
}
a.menulink, a.menulink:visited, a.menulink:hover, a.menulink:active {
        display: block;
        text-align: center;
        text-decoration: none;
		text-indent: 0;
        border: none;
        border: solid 1px #EFEDDE;
        margin-left: 5px;
        margin-right: 5px;
}
a.menulink:hover {
        color: black;
		border: none;
        border: solid 1px #316AC5;
        background-color: #D1E2FE;
}
.archive {
	text-align: center;
}

.faq-q {
	padding-top: 10pt;
	font-weight: bold;
	letter-spacing: 110%;
}

code, pre {
	font-family: Museo500, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Bitstream Vera Mono', 'Luxi Mono', 'Lucida Console', 'Andale Mono', monospace;
}

code {
	background-color: #F8F8F8;
	border: 1px dashed #CCC;
}

img {
	vertical-align: middle;
}
