@charset "UTF-8";
* {
	margin: 0;
}

html,body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height:100%;
	background-color: #bde1b2;
	text-align: left;
	color: #59140d;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
	color: #59140d;
	text-align: center;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 18px;
}
h5 {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	font-size: 18px;
	margin-bottom: 10px;
}

a {
	font-weight: bold;
	color: #a25735;
	text-decoration: none;
}
a:hover {
	color: #59140d;
	text-decoration: underline;
}

img {
	border: none;
}
table {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
td {
	text-align:left;
}
.text16 {
 font-size:16px;
}
.text14 {
 font-size:14px;
}
.text12 {
 font-size:12px;
}

.red {
	color: #531101;
}
