/* _________________________________ RESET __________________________________ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

form,fieldset,input,textarea,select {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}

input, textarea {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 2px 3px 2px 3px;
	margin-right: 3px;
}

select {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

div {
	position: relative;
	float: left;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}


