body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 90%;
	background-color: #513D1F;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}
a:link, a:visited {
	color: #FF9600;
	text-decoration:none;
}
a:hover {
	color: #513D1F;
	text-decoration:underline;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer {
	font-size: 80%;
	color: #A45F00;
}
.title {
	font-size: 120%;
	font-weight: bold;
}

.footer a:link, .footer a:visited	{
	color: #A45F00;
	text-decoration: none;
}
.footer a:hover {
	color: #FF9600;
	text-decoration: none;
}
h1 {
	font-size: 130%;
	font-weight: normal;
	color: #FF9600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF1E2;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #FF9600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCF1E2;
}
.input200 {
	width: 95%;
}
.headerBox {
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 30px;
}
.notileTop {
	background-repeat: no-repeat;
	background-position: top;
}
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FCF1E2;
}
