/* - BASIC CSS - */
 
html {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	text-align: center;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color: #707070;
}

body,
table tr td {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

li {
	list-style: none;
}

img {
	display: inline-block;
	border: none;
}

a,
a:hover {
	outline: none;
	text-decoration: none;
}

div.clear {
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	display: block !important;
	width: 100% !important;
	overflow: hidden !important;
}