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

a.LeftBtn_style{
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	width: 280px;
	height: 26px;
	line-height: 26px;
	color: #FFF;
	text-align: left;
	vertical-align:middle;
	text-decoration: none;
	background-color: #8AAEC6;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 3px;
}
a.LeftBtn_style:hover{
	background-color: #069;
}
a.LeftBtn_style_sub{
	float: left;
	margin-left: 5px;
	width: 280px;
	height: 25px;
	line-height: 25px;
	color: #333;
	text-align: left;
	vertical-align:middle;
	text-decoration: none;
	font-size: 10pt;
	text-indent: 3px;
}
a.LeftBtn_style_sub:hover{
	background-color: #E1F0FF;
}
a.LeftBtn_style2{
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	width: 140px;
	height: 26px;
	line-height: 26px;
	color: #FFF;
	text-align: left;
	vertical-align:middle;
	text-decoration: none;
	background-color: #8AAEC6;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 3px;
}
a.LeftBtn_style2:hover{
	background-color: #069;
}