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

@import "layout.css";

body{
	margin:0px;
	padding:0px;
	font-size: 78%;
	text-align:center;
	background-repeat: repeat-y;
	background-image: url(../../images/bg_body.jpg);
	background-color: #D7CEB1;
}
a{
	color:#0066CC;
}
a:hover{
	color:#F00;
}
img,div{
	border:none;
	margin: 0px;
	padding: 0px;
}
div,p{
	margin: 0px;
	padding: 0px;
}
ul,dl,li,dd{
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	list-style-position: inline;
	list-style:none;
}
h1,h2,h3,h4,h5{
	clear:both;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form{
	margin:0px;
	padding:0px;
}
