* {
	margin:0px;
	padding:0px;
}
html {
		 height: 100%; 
}
body {
	color:#bbbcbe;
	background-color:#000000;
	font:11px Arial, Helvetica, sans-serif;
	min-height: 101%;
	margin-bottom:15px; 
}
.vspacer {
	display:block;
	width:auto;
	clear:both;
	font-size:1px;
	line-height:1px;
}	
.btnSlim a:link, .btnSlim a:visited, .btnSlim a:active {
	display:inline-block; 
	padding: 0px 4px 0px 4px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color: #909090;
	background-color: transparent;
	border:1px solid #909090;
	text-decoration: none;		
}
.btnSlim a:hover {
	color: #17a4dd;
	border:1px solid #17a4dd;
}
.topLine {
	height:50px;
	margin-bottom:25px;
	border-bottom:1px solid #7a7a7a;
}
.bottomLine {
	height:25px;
	margin-bottom:50px;
	border-bottom:1px solid #7a7a7a;
}