.title{ 
	font-family: Calibri;
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
}
.title:hover{ 
	font-family: Calibri;
	font-size: 18pt;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
}


.upper_menu{ 
	font-family: Calibri;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
}
.upper_menu:hover { 
	font-family: Calibri;
	font-size: 10pt;
	text-decoration: none;
	color: #078CF3;
}
.upper_menu_fixed { 
	font-family: Calibri;
	font-size: 10pt;
	text-decoration: none;
	color: #078CF3;
}


.left{
	font-family: Calibri;
	font-size: 12pt;
	line-height: 150%;
	text-decoration: none;
	color: #FFFFFF;
}
.left:hover{
	font-family: Calibri;
	font-size: 12pt;
	line-height: 150%;
	text-decoration: underline;
	color: #FFFFFF;
}

.left_menu_title{
	font-family: Calibri;
	font-size: 14pt;
	font-weight: bolder;
	line-height: 200%;
	text-decoration: none;
	color: #FF6600;
}

.left_menu{
	font-family: Calibri;
	font-size: 12pt;
	text-decoration: none;
	color: #262626;
}

.memo{
	font-family: "Edwardian Script ITC";
	font-size: 18pt;
	text-decoration: none;
	text-align: center;
	color: #262626;
}


.txt{
	font-family: Calibri;
	font-size: 11pt;
	text-align: justify;
	text-decoration: none;
	color: #333333;
}
.txt_link{
	font-family: Calibri;
	font-size: 11pt;
	text-align: justify;
	text-decoration: none;
	color: #0066CC;
}
.txt_link:hover{
	font-family: Calibri;
	font-size: 11pt;
	text-align: justify;
	text-decoration: underline;
	color: #0066CC;
}

.h1{
	font-family: Calibri;
	font-size: 15pt;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	color: #0066CC;
}

.h2{
	font-family: Calibri;
	font-size: 13pt;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	color: #FF6600;
}

.form_select
{
	font-family:	Verdana;
	font-size:		9pt;
 	margin-left:	2;
	margin-right: 	2;
	font-weight:	normal;
	background-color: #FFFFFF;
	border-style:	solid;
	border-width:	1px;
	border-color:	#7F9DB9;
}

.form_input
{
	font-family:	Verdana;
	font-size:		9pt;
 	margin-left:	2;
	margin-right: 	2;
	font-weight:	normal;
	background-color: #FFFFFF;
	border-style:	solid;
	border-width:	1px;
	border-color:	#7F9DB9;
}
.form_button
{
	font-family:	Verdana;
	font-size:		9pt;
 	margin-left:	2;
	margin-right: 	2;
	font-weight:	normal;
	background-color: #FFFFFF;
	border-style:	solid;
	border-width:	1px;
	border-color:	#7F9DB9;
	cursor:			pointer;
}

