@import url(./main9.css);
/*@import url(./style.css);*/

a:link, a:visited {
	color: #5555DD;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

body {
	/*background: #CCCC99 url(../images/leafbg2.png);
  background-repeat: repeat;*/
	background: #CCCC99;
	font-family: "Georgia","MS Serif","New York",serif;
	margin: auto;
	font-size: 10pt;
}

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

form, input, select, textarea, form div, form p {

}

h1 {
	font-size: 16pt;
	font-variant: small-caps;
	margin-left:10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 8pt;
	font-weight:normal;
	margin-left:10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4  {
	margin-top:1px;
}

h3 {
		margin-left: 0px;
		font-variant: normal;
    margin-bottom:5pt;
		border-bottom: 1px solid #AAAAAA;
		padding-bottom: 3px;
		color: #000080;
		font-size: 18pt;
    font-weight: normal;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #666699;
	margin-bottom: 16px;
	margin-top: 0px;
}

h5, .notes_menu_bg h4 {
	color: #800000;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
	margin-top: 0px;
}

.notes_menu_bg h4 {
	font-size: 18px;
	border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(170, 170, 170);
	padding-bottom: 6px;
}

h6, h5.navlist {
	color: #000080;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

hr {
    border: 0;
    border-top: 1px solid Black;
    height: 1px;
}

img {

}

ul {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 8px;
	margin-top: 8px;
	padding-left: 8px;
}
