/* CSS Document */

@import url("/css/top.css");
@import url("/css/header.css");
@import url("/css/middle.css");
@import url("/css/bottom.css");
@import url("/css/templates.css");

html {
	overflow-y:scroll;
}

body {
	min-width: 1000px;
	margin: 0;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #633922;
}

a {
	outline-style: none;
	color: #633922;
	text-decoration: none;
}
a:hover {
	color: #633922;
	text-decoration: underline;
}
a.bold {
	font-weight: bold;
}
a img {
	border: 0px;
}

span.none {	display: none; }
span.bold {	font-weight: bold; }

form {
	margin:0;
	padding:0;
}