@charset "utf-8";
/* CSS Document */

body, dd, dl, dt{
	margin:0px;
	padding:0px;
	text-align: left;
	text-indent: 0px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #000000;
}

div{
	position:relative;
	border:none;
}
h1, h2, h3, h4, h5, h6, h3{
	margin:0px;
	padding:0px;
	text-align:left;
}
hr,img,object {
	border:none;
	outline:none;
}
ul, li, ol{
	margin:0px;
	padding:0px;
	list-style:none;
}
input,select,button {
	vertical-align: middle;
}
textarea {
	vertical-align: top;
}
input,button{
	overflow: visible;
}
.go{
	width:24px;
	height:24px;
	border:none;
	cursor:pointer;
}
.clear{
	margin-top:-25px;
	height:0px;
	clear:both;
}
.img{
	margin:7px 14px 7px 0px; /* t r b l*/
	outline:none;
}

/*-------------------------
		Columns
-------------------------*/
.c1{
	width: 49%;
	float:left;
}
.c2{
	width: 50%;
	float:right;
}

/*-------------------------
		Footer
-------------------------*/
.f-space{
	height:200px;
}
.footer{
	bottom:0px;
	margin:10px 0 10px 0;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}