/* CSS Document */

/* Typography */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

body, td {
	color: #000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	line-height: 15px;
	
}

/* Structure */
#content{
	width: 500px;
	}
#maincell{
	background-color: #fff;
	background-image: none;
	}
#lhs{
	display: none;
	}
#rhs{
	display: none;
	}
#login{
	display: none;
}
.loginfield{
	display: none;
	}
#nav{
	display: none;
}
.col3 A, .col3 A:visited, .col3 A:active {
	COLOR: #000;
	text-decoration: none;
}

.col3 A:hover {
	COLOR: #000;
	text-decoration: underline;
}



