@charset "UTF-8";
/* CSS Document */

body {
font-family: /* "Garamond Premier Pro", "Adobe Garamond Pro", "Adobe Garamond", */ "AGaramond", "Garamond", "Times New Roman", serif;
font-size: medium;
color: #000000;
}

p {
margin-top: 8px;
margin-bottom: 0px;
}

ul {
margin-top: 3px;
margin-bottom: 3px;
}
ul li {
margin-top: 5px;
margin-bottom: 3px;
}

pre {
font-family:"Courier New", Courier, monospace;
font-size: 12px;
color: #000000;
}
code {
	font-family: "Courier New", Courier, monospace, mono;
	line-height: 100%;
	font-size: 10pt;
	white-space: pre;
	font-weight: normal;
}

h1 {
font-size: 24px;
margin-top: 5px;
}

h2 {
font-size: 18px;
margin-top: 0px;
}

h3 {
font-size: 16px;
}

h4 {
font-weight: bold;
margin-bottom: 0px;
}

h5 {
}

.medsize {
	font-size: x-large;
}
