@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/fundin.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#apDiv1{
	position:absolute;
	left:50%;
	margin-left:-385px;
	top:0px;
	width:350;
	height:310;
	z-index:1;
}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}	

a{
	cursor:pointer;
	text-decoration: none;
	color:#999999;
}

a:hover{
	color:#000;
}

hr{
	line-height:1px;
	color:#CCCCCC;
	border:dotted;
}

#txt{
	color:#666666;
}