@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  </premium/common/css/reset.css>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font: 75%/1.5 sans-serif;
	color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}
li {
	list-style: none;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
a {
	color: #3366cc;
}
a:hover {
}
em {
	font-style: normal;
}
small {
	font-size: 1em;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
object {
	vertical-align: bottom;
}
sub {
	line-height: 1;
	vertical-align: text-bottom;
}
sup {
	line-height: 1;
	vertical-align: text-top;
}
q:before,
q:after {
	content: "";
}
br {
	letter-spacing: normal;
}
table {
	border-spacing: 0;
	border-collapse: separate;
	*border-collapse: collapse;
}
th,
td {
	text-align: left;
	vertical-align: top;
}
fieldset {
	border: 0;
}
input,
button,
select,
optgroup,
option,
textarea {
	font-family: inherit;
	font-size: 1em;
	color: inherit;
}
