html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
}
body {
	background: url(images/bg-body.jpg);
	text-align: center;
	font: 10px tahoma, arial, sans-serif;
	color: #000;
}

input, select, textarea {
	font: 11px tahoma, arial, sans-serif;
	color: #000;
	height: 18px;
}

.mn-line-top {
	background: url(images/mn-line-top.png) repeat-x;
	height: 1px;
}

.mn-line-bottom {
	background: url(images/mn-line-bottom.png) repeat-x;
	height: 4px;
}

