body {
	color: #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*text-shadow: 1px 1px 1px #fff;*/
}
table, input, textarea, select {
	color: #626262;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 22px;
	padding-bottom: 10px;
}

h1, h2, h3, h4 {
	font-family: "Cuprum", Arial, Helvetica;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
}

ul li {
	margin: 0 0 4px 0;
	padding: 0;
}
ul li a {
	text-decoration: none;
}

a {
	color: #E87400;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

.banners {
	text-align: center;
	margin-bottom: 10px;
}
.banners img {
	border: none;
}

.more {
	text-align: right;
	margin-bottom: 4px;
}