
	BODY {
		margin:0px; 
		padding:0px;
		background-color:#ffffff;
	}
	
	A:link		{color:#176EAF;}
	A:visited	{color:#176EAF;}
	A:active	{color:#ff0000;}
	A:hover		{color:#ff0000;}


	.fontSmall {
		font-size:80%;
	}

	.fontBig TD {
		font-size:125%;
	}
	
	.mainTable {
		width:100%;
	}
	/* Left block */
	.left {
		width:200px;
		background-color: #eeeeee;
	}
	.left TABLE TD {
		font-size: 75%;
	}
	.left .header {
		color:white;
		font-weight:bold;
		font-size: 75%;
		background-color:#5A687C;
	}
	.left .advert {
		color:white;
		font-weight:bold;
		font-size: 75%;
		background-color:#c1c1c1;
	}
	.left .content {
		background-color:white;
	}

	
	
	
	
	.table .header {
		color:white;
		background-color:#5A687C;
	}

	
