/* CSS Document */
.h2 {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color:#000000;
	font-weight:bold;
}
.textdata {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color:#666666;
}
.Htext {
	font-family: "Ms Sans Serif", sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.textfooter {
	font-family: "tahoma", sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: Navy ;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
@import url(form.css);
@import url(board.css);

body {
	background-image: url(images/bk.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#Layer4 {
	position:absolute;
	left:56px;
	top:513px;
	width:670px;
	height:500px;
	z-index:1;
	overflow: scroll;
	visibility: visible;
}
.style1 {color: #000000}
.style2 {font-size: 10pt; font-family: "Ms Sans Serif", sans-serif;}