body {
	background-color: #FFFACD;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

h1 {
	font-weight:bold;
	font-size: 35px;
	background-Color: #BDB76B;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 5px solid #A2962A;
	margin-top: 0px;
}

h2.boxed, h3.boxed, div.boxed, h4.boxed {
	margin-left: -30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid black;
	padding: 2px;
	
	font-size: 100%;
	background-color:#eeeabc;

    clear: both;
}

div.boxed {
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
}

div.leftborder {
	margin-left: 20px;
	border-left: 2px solid black;
    padding-left: 10px;
}

p {
	text-align:justify;
	margin-left: 20px;
	margin-right: 20px;
}

div.leftborder p {
    margin-left: 0px;
}

p.stylish, p.indent {
        text-indent: 20px;
}

p.stylish:first-letter {
        font-variant: small-caps;
        font-size: 1.3em;
}

p.small {
    font-size: smaller;
}

pre {
	margin-left: 20px;
}

dl {
	margin-left: 20px;
}

dt {
	font-weight:bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a[name]:hover {
    text-decoration: none;
}

h2 {
	font-size: 20px;
	margin-bottom: -10px;
}

h2 a {
    color: black;
}

h3 {
	font-size: 16px;
	margin-bottom: -10px;
	margin-left: 10px;
}

h4 {
	font-size: 13px;
	font-style: italic;
	margin-left: 20px;
	margin-bottom: -10px;
}

div.anchors {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

p.english {
    font-style: italic;
}

/* Styles for TOC @ beginning of a page */
div.toc {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-left: 3px;
	background-Color: #A2962A;
	color: #ffffff;
}
div.toc ul{
	font-size: 11px;
	list-style-image: url(../images/toc_bullet.png);
	padding-left: 3px;
	margin-top: 0px;
	margin-left: -3px;
	border: 1px solid #A2962A;
	background-Color: #eeeabc;
	list-style-position: inside;
	list-style-type: none;
}

div.toc ul ul{
	padding-left: 30px;
	border: none;
}

div.toc ul a {
    color: black;
    font-weight: normal;
}
/* End of TOC styles */

div.toTop {
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

div.footnotes {
	border-top: 1px solid #A2962A;
    font-size: smaller;
}

sup.th {
    font-size: x-small;
}

