


* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color:#ffffff;
	font-family:"Trebuchet MS", Trebuchet, sans-serif;
	font-size: 13px;
	line-height:19px;
	color: #666666;
	text-align:left;
}

TABLE TD {
	vertical-align:top;
}

IMG {
	border: 0;
}

FORM {
}

FIELDSET {
	border: 0;
}

label {
  float: none;
}

.left {
	float: left;
}

.right {
  float: right;
}

IMG.left {
	margin-right: 30px;
}
IMG.right {
	margin-left: 30px;
}

DIV.clear {
	clear:both;
	height: 1px;
	overflow: hidden;
}

