﻿@charset "utf-8";


h1,h2,h3,h4,p, ul,il {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4 {
	font-size: medium;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
img {
	border-style: none;
}

.f_clear {
	clear: both;
}
.f_right{
	float: right;
}
.f_left {
	float: left;
}
.a_right {
	text-align: right;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
#copyright {
	float: right;
	margin-right: 10px;
}

