/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.small {font-size: 10px}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size:10px;
}
#main {
	position:absolute;
	left:260px;
	top:195px;
	width:500px;
	height:400px;
	z-index:3;
}
#banner {
	position:absolute;
	left:100px;
	top:75px;
	width:660px;
	height:110px;
	z-index:1;
}
#menu {
	position:absolute;
	left:100px;
	top:195px;
	width:150px;
	height:400px;
	z-index:2;
}
#Layer1 {
	position:absolute;
	left:100px;
	top:610px;
	width:660px;
	height:22px;
	z-index:4;
}