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

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

a:hover {
	text-decoration: underline;
}

body {
	background-color: #aa9977;
/*	font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif;*/ 
	font-family: Myriad, "Myriad Roman", "Myriad Pro", "Myriad Web", "Lucida Grande", Helvetica, Arial, san-serif;
	font-family: "Lucida Grande", Helvetica, Arial, san-serif;
	margin: 0px;
}

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

h1 {
	color: #825235;
	font-size: 30px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
    font-weight: normal;
}

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

h3 {
	font-size: 16px;
}

h4 {
}

h5 {
}

h6 {
	margin-bottom: 6px;
}

hr {
	border: 0;
	border-top: 10px solid #7E7C67;
	height: 10px;
	padding: 10px 0px 10px 0px;
}

img {
}

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

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