body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
}

h1 { font-size: 133%; }
h2 { font-size: 133%; }
h3 { font-size: 117%; }

h4, h5 {
    font-size: 100%;
}

h1, h2, h3, h4, h5 {
    font-style:  normal;
    font-weight: bold;
    margin-left: 10px;
    margin-top:  10px;
}

p {
    margin-left:   10px;
    margin-right:  10px;
    margin-top:    10px;
    margin-bottom: 15px;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-weight: normal;
    color: #000000;
    background-color: #CCCCCC;
    margin-top:   10px;
    margin-right: 10px;
    margin-left:  10px;
    padding: 5px 5px 5px 5px;
    white-space: pre;
}

li {
	margin-bottom: 5px;
}

ul, ol {
    margin: 10px 10px 10px 10px;
}


tt {
	font-family: "Courier New", Courier, monospace;
    font-size: 117%;
}

em {
	font-weight: bold;
}

label {
	font-weight: normal;
}

.masterheader {
    background-color: #9999CC;
    color: #000099;
    width: 100%;
    padding: 5px 5px 5px 10px;
    margin: 0px 0px 0px 0px;
    border-color: black black #6666cc black;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.masterfooter {
    font-size: 117%;
    font-weight: normal;
    background-color: #CCCCCC;
    color: #000000;
    padding: 5px 5px 5px 10px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border-color: #6666cc black black black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

.subfooter {
    font-size: 117%;
    font-weight: normal;
    background-color: #9999CC;
    color: #000099;
    padding: 5px 5px 5px 10px;
    width: 100%;
    margin: 20px 0px 0px 0px;
}

a:link {
	color: #0000cc;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #666666;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #0000cc;
	background: transparent;
	text-decoration: underline;
}

a:active {
	color: #0000cc;
	background: #ccffff;
	text-decoration: none;
}

.navcha {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}

.navchi {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-align: justify
}

.navqa {
	font-size: 83%;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
}

.navqi {
	font-size: 83%;
	font-weight: normal;
	text-decoration: none;
	text-align: justify
}

.nava {
	background-color: #CCCCCC ! important;
}

ol.toc-chapter {
}

ol.toc-question {
	list-style-type:lower-roman;
	padding-left: 20px;
	padding-bottom: 10px;
}

ul.nav {
	list-style-type:none;
	padding: 0px;
}

li.nav {
	margin-bottom: 3px;
}

div.keywords {
	background-color: #CCCCFF;
	border: 1px solid black;
	margin-left: 5%;
	width: 90%;
	text-align: center;
}

div.chapterversion {
        color: #999999;
        margin-left: 10px;
}

div.search {
	position: absolute;
	top: 10px;
	right: 5px;
	text-align: right;
}

.searchsubmit {
    margin-left: 5px;
}

.masterheader h1 {
	margin-top: 5px;
}
