body, html {
	margin: 0;
	padding: 0;
	/*border: 1px solid #f0f;*/
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	font-size: 11px;
	color: #595935;
	overflow-x: hidden;
}

p	{
	/*line-height: 140%;*/
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}

form {
	margin: 0;
}
table{
	margin: 0;
}

	
h1 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	font-size: 21px;
	color: #663300;
	margin: 0 0 10px 0; padding: 10px 0 15px 0 ;
	background: url(../images/line_h1.gif) repeat-x bottom;
}
h2 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	font-size: 21px;
	color: #CC9933;
	margin: 0 0 10px 0; padding: 10px 0 15px 0 ;
	background: url(../images/line_h2.gif) repeat-x bottom;
}
h3 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	margin: 0; padding: 0;
}
h4 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	font-size: 12px;
	color: #cc9933;
	margin: 0 0 5px 0; padding: 0;
}

h5 {
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	color: #996600;
	font-size: 18px; margin: 0; padding: 0;
	font-weight: normal;
	/*font-weight: bold;*/
}


a {
	color: #595935;
	/*text-decoration: none;*/
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
