﻿@charset "UTF-8";
/*==================================================
 BASE CSS
==================================================*/

html, body {
	margin: 0px;
	padding: 0px;
}

	html {
		overflow-y: scroll;
	}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: normal;
}

p, div {
	text-align: left;
}

ol, ul {
	text-align: left;
	list-style: none;
}

address, caption, cite, code, em, strong, sup, sub {
	font-weight: normal;
	font-style: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, span, a, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

img {
	border: 0px;
	vertical-align: top;
}

label {
	outline: none;
	line-height: 200%;
	padding: 0px 0px;
}

	:focus {
		outline: none;
	}

a {
	text-align: left;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

a, button {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
	table th,
	table td {
		text-align: left;
		vertical-align: top;
		word-wrap: break-word;
	}
	table th {
		font-weight: normal;
	}
	
	table td {}