﻿@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ul, ol, li, form, input, select, textarea {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
th, td {
	text-align: left;
	vertical-align: top;
}
.f-clear {
	clear: both;
}
.L {
	text-align: left;
}
.R {
	text-align: right;
}
.C {
	text-align: center;
}
.M {
	vertical-align: middle;
}
.B {
	font-weight: bold;
}
.small {
	font-size: 80%;
}

.middle {
	font-size: 90%;
}
.clearfix:after {
  font-size:1px;
  content: ".";
  display: block;
  clear: both;
  height: 0;
}

.clearfix {
  zoom:1;
} 
