/* DEFAULT */
* {
	margin: 0;
	padding: 0;
}
html { 
	font-size: 100.01%;
}
img {
	border:0;
}
body {
	color:#5e5e5e;
	text-align: left;
	font-size:62.5%;
	font-family: Tahoma;
	background:#fff;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
ul {
	list-style:none;
}
td {
	vertical-align:top;
}
*:focus {
	outline: none
}
.clear {
	clear:both;
}
a {
	color:#18b0d0;
}
a:hover {
	text-decoration:none;
}
