/* dell projectnerdbuddy 2.0, base styles */
* {
	margin:0;
	padding:0;
	}
	
html {
	}
	
body {
	overflow: hidden;
	background-color: #B1B1AF;
	}

#noflash {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 1px 1px 0);
	overflow: hidden;
	text-indent: 10px;
	background-color: #B1B1AF;
}

#footer {
	margin-top:20px;
	text-align:center;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 9px;
	color:#fff;
}
a{
	text-decoration:none;
	color:#0066FF;
}
a:hover{
	color:#777;
}
a:visited{
	color:#777;
}