@charset "utf-8";

/*
Reset rules. Don't modify
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, strong {
	font-weight: normal;
	font-style: normal;
}

body {
	font-size:12px;
	line-height:18px;
	font-family:Helvetica, Arial, sans-serif;
	background:#FFFFFF;
	color:#414141;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	/*background:url(img/sample-inside.png) repeat-x #FFFFFF;*/

}

table {
	border-collapse: collapse;
}


img {
	display: block;
	border: none;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}

/*
Reset rules. Don't modify
*/


