@charset "utf-8";
/* CSS Document */


.mytable2{
	font-size:0.8em;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: left;
	width: 800px;
	position: relative;
	top: -150px;
	margin-left: auto;
	margin-right: auto;
}

	thead td{
		font-weight:bold;
		color:#000;
		background-color:#E2EBED;
	}
	td{
	padding:1px;
	font-size: 12px;
	}
	
	h1{
		font-size:1.3em;
		margin-bottom:0px;
	}
	table,h1,p,#ads{
		margin:auto;
		
	}

	
	/* These classes are used by the script as rollover effect for table 1 and 2 */
	

	.tableRollOverEffect2{
		background-color:#4868C1;
		color:#FFF;
	}
	
	.tableRowClickEffect2{
		background-color:#4868C1;
		color:#FFF;
	}
	
	</style>
	
	
