@charset "UTF-8";

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

body {
	background:#FFF;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* clearfix for IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


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


/*
a:hover img {
filter:alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;

}
*/