﻿* { 
	margin: 0; 
	padding: 0; 
}
body { 
	font: 14px/1.4 'Oxygen', sans-serif;
 
}
#page-wrap {
	margin: 20px;
}
p {
	margin: 20px 0; 
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 85%; 
		border-collapse: collapse; 
		margin:auto;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
	    font-family: 'Oxygen', sans-serif;
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
	    font-family: 'Oxygen', sans-serif;
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: center; 
	}
	
	
	.textBlue16
{
	font-family: Arial, Sans-Serif;
	font-size: 18pt;
	color: #006699	
}