@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size:10px;
	_font-size:62.5%;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#FFF;
}
caption,th,td,input,textarea,select,ul,ol,p{
	font-family:Arial, Helvetica, sans-serif;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,li,th,td,input,h4 {
	font-size:100%;
}
table {
	width:100%;
	border-collapse: collapse;
}
th,td {
	text-align:left;
	vertical-align:top;
}
.clear {
	clear: both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
label {
	white-space:nowrap;
}
caption {
	text-align:left;
	font-weight:bold;
}
a img {
	border:0px;
}

a:link,
a:visited {
	text-decoration:none;
	color:#000;
}
input.text {
	line-height:15px;
	border:1px solid #CCC;
	height:15px;
	padding:0px 2px;
}
textarea {
	border:1px solid #CCC;
	font-size:100%;
	padding:4px;
	display:block;
}