@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
	color:#000000;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	line-height:1.0;
}

img {
	vertical-align: bottom;
	border:none;
}


body {
	color:black;
	background:white;
	text-align:center;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

div#Container {
	width:900px;
	text-align:left;
	position:relative;
	margin:10px auto;
}

p {
	clear:both;
}

.ColLeft {
	float:left;
}

.ColRight {
	float:right;
}

.ColRight:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	overflow: auto;
}

