html,body {
		margin:0;
		padding:0;
		color:#000;
		font-family: Trebuchet MS;
		background:url(images/bg_mastering.gif) repeat;
		}
	body {
		padding:12px;
		font:16px;
		}
	p {margin:1em 0;}

	.nav {
		font-family: Trebuchet MS;
		font:14px;
		color: #000000;
		text-decoration: none;
	}
	
	.function {
		font:11px;
	}
	
	
	.calc {
		font-family: verdana;
		font: 10px;
		color: #FFFFFF;
		font-weight: bolder;
	}
	
	.calcbig {
		font-family: verdana;
		font: 13px;
		color: #FFFFFF;
		font-weight: bolder;
	}
	
	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:14px;
		}

	.pccfooter {
		padding:8px;
		text-align:right;
		color: #FFFFFF;
		font:12px;
		margin-right: 12px;
		}	
		
	.absoluteDiv {
		position:relative; 
		border: 0;
		margin: 0 15px 15px 0;
		padding: 5px;
		z-index: 99;
		}	