@import url(./main5.css);
/*@import url(./style2.css);*/

a:link, a:visited {
	color: #bc7212;
	/*color: #4D6836;*/
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	font-family: Georgia, Times, serif;
	background-color: #dfd1c0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	color: #55413c;
}

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

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

}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

h1 {
	font-size: 26px;
	color: #bc7212;
	font-family: Times, serif;
	font-weight: normal;
}

h2 {
	margin-top: 16px;
	font-size: 16px;
	color: #4d6836;
}

h3 {
	font-size: 14px;
	color: #4d6836;

}

h4 {

}

h5 {

}

h6 {
	margin-bottom: 6px;
}

hr {
    border: 0;
    border-top: 1px solid #4d6836;
    height: 1px;
}

img {

}

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