html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, br, img, td, tr, table {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p, ul, li, a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #452914;
	line-height: 1.5;
}
ul{
	padding-left:50px;
}
li{
	padding-left:10px;
}
h1, h2{
	color:#9D8C7E;
}
h1{
	font-size:18px;
}
h2{
	font-size:18px;
	border-bottom:3px double #DCB965;
	text-decoration:none;
	margin:5px 0 5px 0;
}
h3{
	font-size:14px;
	padding:5px 0;
}
h4{
	font-size:10px;
}
#menu p, #menu a, #menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5B5347;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}
#menu p, #menu a{
	color:white;
}
#menu a:hover, a:hover{
	color:#47A9E1;
}
.error{
	color:#CC3300;
	font-weight:bold;
}
.small_text h2{
font-size:12px;
}
.small_text h3{
font-size:10px;
}
.small_text p, #small_text a, #small_text a:hover{
font-size:10px;
}