﻿@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;

}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-size: 14px;
	color: #00882F;
}
h2 {
	font-size: 14px;
	color: #333333;
}
.red {
	color: #990000;
	font-weight: bold;
}
.green {
	color: #00882F;
	font-weight: bold;
}
.mini_link {
	
	font-size: 12px;
}
.style10 {
	
	font-size: 10px;
	line-height: 14px;
}
.style10e {
	
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.style12 {
	
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.style12white {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}
.style12red {
	font-size: 12px;
	color: #CC3300;
}
