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

body, div, td, th, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a, a:link, a:visited, a:active {
	color: #1b69cf;
	text-decoration: none;
}

a:hover, a:focus {
	color: #7d3636;
	text-decoration: underline;
}

div {
	margin: 0 auto;
	padding: 0;
}

img {
	border: 0 none;
}

body {
	margin: 0;
	padding: 20px;
	background-color: #ede2c2;
	text-align: center;
}

form {
	margin: 0 auto;
	padding: 0;
}

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

h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #7d3636;
	margin-top: 8px;
	margin-bottom: 8px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7d3636;
	margin-top: 4px;
	margin-bottom: 4px;
}
