/* CSS Document */
h1{
	font-size: 18px;
	font-weight:normal;
	
	color: #6A5D42;
	text-transform:uppercase;

	margin:0;
	padding:0;
}

h1.hir{
	margin:0px;
	color:#362401;
	border-bottom: solid 1px #8FB73E;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #94825C;
	text-transform:uppercase;
}

h3{
	font-size: 13px;
	font-weight: bold;
	color: #94825C;
}

h4{
}

h5{
}

p{
	margin-bottom:4px;
	padding:0;

}

a{
	color:#669900;
	text-decoration: none;
}

a:hover{
	color:#669900;
	text-decoration:underline;
}


