﻿@charset "utf-8";
* {
	font-family: arial, helvetica, sans-serif;
}
body {
	margin: 0px auto;
	padding: 0px;
}
body, table, td, tr, p, input, select {
	color: #333;
	font-size: 11px;
	line-height: 170%;
	font-family: arial, helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color:#333
}
a:hover {
	text-decoration: underline;
	color:#ff0000
}
input {
	border-top-width: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left-width: 1px;
	font-size: 9pt;
	border-left-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	padding-bottom: 1px;
	border-top-color: #cccccc;
	padding-top: 1px;
	height: 18px;
	border-right-width: 1px;
	border-right-color: #cccccc
}
textarea {
	border-width: 1;
	border-color: #000000;
	background-color: #ffffff;
	font-family: ;
	font-size: 9pt;
	font-style: bold;
}
select {
	border-width: 1;
	border-color: #000000;
	background-color: #ffffff;
	font-size: 9pt;
	font-style: bold;
}
.menu_title {
}
.menu_title span {
	position:relative;
	top:2px;
	left:8px;
	color:#215dc6;
	font-weight:bold;
}
.menu_title2 {
}
.menu_title2 span {
	position:relative;
	top:2px;
	left:8px;
	color:#428eff;
	font-weight:bold;
}
.td1 {
	background-color: #dff1eb;
}
.sec_menu {
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	overflow:hidden;
	background:#d6dff7;
}
