﻿@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	color:#323232;
	line-height:18px;
	margin:0px;
}
a {
	font-size:12px;
	color:#6f6f6f;
	text-decoration: none;
}
a:hover {
	color:#f34607;
	text-decoration:underline;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
li {
	line-height:20px;
}
.clear {
	clear:both;
}
b {
	color:#8e1133;
	font-size:14px;
}

