@charset "utf-8";
/* CSS Document */

*, html {
	padding:0;
	margin:0;
}

body, td, textarea, a, span, input, select, option {
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

a img {
	border: 0;
}

td {
	vertical-align:top;
}
a:active, a:focus {
	outline: 0
}

a {
	text-decoration: none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */