body {
	background-color: #f3f3f3;	
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	outline: none;
}

* img { border: none; }

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

h1 {
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	text-transform: none;
	font-weight: bold;
}
h3 {
	text-transform: none;
	font-weight: normal;
	text-decoration: underline;
}

INPUT.btn, INPUT.button, INPUT [type=submit]
INPUT[type=button], INPUT [type=reset],
BUTTON {
	color:#FFFFFF;
	border:1px solid;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #7f7f7f;
	border-right-color: #7f7f7f;
	background:#a7b6af;
}

HR {
border: none;
border-bottom: 1px solid #ECE9E8;
font-size: 0px;
background-color: transparent;
}
