/* GLOBAL DEFAULTS */
body, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, th, table, td, input, textarea, select, option, form {
	list-style:none;
	margin:0px;
	padding:0px;
	outline:none;
}
a {
	outline:none;
}
dl, dt, dd {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
td {
	vertical-align:top;
}
img {
	border:0px;
}
input, select, textarea {
	font:inherit;
}
.submit {
	cursor:pointer;
}
.pipe {
	padding:0 10px;
}
.pic, .pic img {
	display:block;
}
.bold {
	font-weight:bold;
}
.ga {
	text-indent:-20000px;
	display:block;
}
.rndd {
	position:relative;
}
.rndd .lt, .rndd .rt, .rndd .rf, .rndd .lf {
	position:absolute;
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}
.rndd .lt {
	left:-1px;
	top:-1px;
	background-position:0 0;
}
.rndd .rt {
	right:-1px;
	top:-1px;
	background-position:100% 0;
}
.rndd .rf {
	right:-1px;
	bottom:-1px;
	background-position:100% 100%;
}
.rndd .lf {
	left:-1px;
	bottom:-1px;
	background-position:0 100%;
}
.column {
	float:left;
}
.clear:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
.clear {
	display:inline-block;
}
/*\*/
.clear {
	display:block;
}
/**/

