body{
	background-color:#ffffff;
	font-family: "Courier New", Courier, Verdana, Arial, Helvetica;
	font-size:12px;
	line-height:16px;
}

/* separator */

.separator{
	float:left;
	width:100%;
	height:1px;
	background-image:url(hr1.gif);
}

.loginfield{
	width:100px;
	font-family: "Courier New", Courier, Verdana, Arial, Helvetica;
	font-size:9px;
}

/* links */

a:link{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

a:active{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.black a:link{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

.black a:hover{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

.black a:active{
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

.black a:visited{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

/* divs */

.container{
	position:absolute;
	top:40px;
	width:975px;
	left:20px;
}

.leftlane{
	float:left;
	width:400px;
	padding:20px;
}

.rightlane{
	float:left;
	width:490px;
	padding:20px;
}