@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;
}

a:hover img {
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}


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;
}

