html{
	margin: 0px;
	padding:0px;
	}

body {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
	background: url(../img/graphic/bkgs/bkg_pattern.gif) top left #000;
	margin: 0px;
	padding:0px;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #000;
	margin:0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:25px 0px 20px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #646464;
}
a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

*{
	outline:none;
	}