/* with thanks to Rob L Glazebrook, without whom...*/

body
	{
	background-color: #789;
	font-family: verdana, lucida, helvetica, sans-serif;
	padding: 0;
	}
	
#container
	{
		margin: 0 auto; 
		width: 1024px;
		padding: 10px;
		background-color: #789;
		position: relative;
		}
					
.table
	{
	/*padding: 1px;
	border: 1px solid #000;*/
	}
	
	.small-txt	
	{
		color: #fff;
		background-color: #789;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;}

	.grey-txt	
	{
		color: #333;
		background-color: #789;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 10px;
		line-height: 18px;}
	
.h1	
	{ font-family: helvetica, sans-serif;
		margin-top: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 40px;
		line-height: 60px;
		letter-spacing: 4px;
		color: #fff;
		background-color: #fc0;
		text-align: center;
		border: 1px solid #000;
	}
	
		.micro-txt	
	{
		color: #fff;
		background-color: #789;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 35px;
		line-height: 50px;
		text-align: left;}
		
		.bmicro-txt	
	{
		color: #000;
		background-color: #789;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 35px;
		line-height: 50px;}
		
		.cmicro-txt	
	{
		color: #000;
		background-color: #789;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 30px;
		line-height: 35px;}
		
		.dmicro-txt	
	{
		color: #fff;
		background-color: #000;
		font-family: Verdana, lucida, helvetica, sans-serif;
		font-size: 60px;
		line-height: 80px;}
	