@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(../img/logo-bg.jpg);
	height: 237px;
}
.footer-in {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #363A3B;
	border-right-color: #363A3B;
	border-bottom-color: #363A3B;
	border-left-color: #363A3B;
}

.footer {
	background-image: url(../img/footer-bg.jpg);
	height: 110px;
}
.box-l {
	background-image: url(../img/box-l.jpg);
	width: 15px;
}
.box-r {
	background-image: url(../img/box-r.jpg);
	width: 15px;
}
.box-up {
	background-image: url(../img/box-up.jpg);
	height: 10px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #EEEDED;
	font-size: 10px;
	color: #434949;
	font-weight: bold;
	text-align: justify;
}
.box-down {
	background-image: url(../img/box-down.jpg);
	height: 25px;
}
.cont-in {
	background-image: url(../img/cont-bg.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: line-through;
}
