html,body {
		margin:0;
		padding:0;
		color:#000;
		font-family: Trebuchet MS;
		background:url(images/bg_recording.jpg) repeat;
		}
	body {
		padding:12px;
		font:16px;
		}
	p {margin:1em 0;}
		
	.nav {
		font-family: Trebuchet MS;
		font:13px;
		color: #000000;
		text-decoration: none;
	}
	
	a {
		font-family: Trebuchet MS;
		color: #000000;
		text-decoration: none;
	}
	.red {
		color : red;
	}
	
	a:link {
		font-family: Trebuchet MS;
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		font-family:Trebuchet MS;
		color: #000000;
		text-decoration: underline;
	}
	a:visited {
		font-family: Trebuchet MS;
		color: #000000;
		text-decoration: none;
	}
	
	a:visited:hover {
		font-family: Trebuchet MS;
		color: #000000;
		text-decoration: underline;
	}
	
	#labfooter {
		text-align:center;
		clear:both;
		color: #000000;
		font:12px;
		}

	.pccfooter {
		padding:12px;
		text-align:right;
		color: #FFFFFF;
		font:10px;
		}	
		
	.absoluteDiv {
			position:relative; 
			border: 0;
			margin: 0 15px 15px 0;
			padding: 5px;
			z-index: 99;
		}