body {
	background: #e3eec2 url(../images/body_bg.png) repeat-x;
	margin: 0 0 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.body-text {
	color: #424242;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

.body-text-store {
	color: #424242;
	font-size: 15px;
	line-height: 18px;
	text-align: justify;
}

.side-text {
	color: #424242;
	font-size: 13px;
	line-height: 18px;
}

h1 {
	color: #3b79b6;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
}

h2 {
	margin: 0 0 10px;
	color: #7a5da9;
	font-size: 19px;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px;
	color: #c94f55;
	font-size: 19px;
	font-weight: bold;
}

h4 {
	margin: 0 0 10px;
	color: #c94f55;
	font-size: 14px;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	color: #a6b089;
}

a:link {
	color: #3b79b6;
}

a:visited {
	color: #3b79b6;
}

a:hover {
	color: #7a5da9;
}

#form {
	border: 1px solid #3b79b6;
	width: 200px;
	padding: 5px;
}

#form2 {
	border: 1px solid #3b79b6;
	width: 400px;
	padding: 5px;
}

.form-text {
	line-height: 30px;
}