@charset "utf-8";
.menu_item {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #000;
}
a:link {
    background-color: transparent ;
    text-decoration: none;
}
a:visited {
    background-color: transparent ;
    text-decoration: none;
}
a:hover {
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    background-color: transparent ;
    text-decoration: underline;
}
.line_item {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	font-variant: bold;
	color: #000;
}
.bl, .bj, {
	word-wrap: break-word;
}
table.table_main_id td  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: MediumBlue;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
table.table_main_id tr  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: MediumBlue;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.table_main_id { background-color:#E2F1FF;border-collapse:collapse; }
.table_main_id th { background-color:#E2F1FF;color:white;width:50%; }
.table_main_id td, .table_main_id th { padding:5px;border:1px solid #000; }

.footer td {
	font-family: Verdana, Geneva, sans-serif;
	color: MediumBlue;
}