/* CSS Document */

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

html {
	overflow-y:scroll;
}

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

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

span.none { position: absolute; left: -9999px; }
span.bold {	font-weight: bold; }

td.bold {	font-weight: bold; }

hr {
	height: 1px;
	border-width: 0;
	color: #9FA194;
	background-color: #9FA194;
}

form {
	margin:0;
	padding:0;
}