@CHARSET "UTF-8";

/*** start GLOBAL DEFINITIONS ***/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: normal 12px "Trebuchet MS",Arial,Verdana,Sans Serif;
	color: #5F420C;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
div {
	position: relative;
}
p {
	margin: 0 0 1.2em 0;
}
a {
	text-decoration: underline;
	color: #9a7120;
	cursor: pointer;
}
a:hover {
	color: #BF8A23;
	text-decoration: none;
	border-bottom: 0.0625em solid #BF8A23;
}
h1,h2,h3,h4,h5,h6 {
	color: #5F420C;
	font-weight: lighter;
	margin: 0;
}

