@charset "utf-8";
html {
    overflow-x: hidden;
} 
body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-repeat: repeat;
	line-height: 150%;
}
.size_2 {
	font-size: x-small;
}
.red {
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}