@charset "utf-8";
html, body {
	height: 100%;
	background-image: url(../images/structure/bg.jpg);
	background-position: top center;
	background-repeat: repeat;
}
html, body, div, p, ul, ol, li, h1, h2, h3, h4, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	font: normal 11px/16px Tahoma, Arial, sans-serif;
	color: #8d8d85;
}
ul, li {
	list-style-type: none;
}
h2 {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 20px 0px 0px 0px;
}
h3 {
	margin: 14px 0px;
	text-transform: uppercase;
}
p {
	color: #5c5c56;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	margin: 9px 0 0 0;
}
a {
	outline: none;
	text-decoration: none;
	color: #375977;
	border-bottom: 1px solid #d7e1e9;
}
a:hover {
	color: #588fbb;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #FF0000;
}
.link {
	padding: 0 0 0 19px;
	margin: 10px 0px;
}
.arrow_right {
	background: url(../images/structure/arrow_right.gif) 0 2px no-repeat;
}