body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: Black;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		line-height: 18px;
	color: #333333;
}

a {
	color: green;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: Green;
}
.text_green_11 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
	color: green;
}

.text_green_11_bold {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 18px;
	color: green;
	font-weight: bold;
}
.text_green_14 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 18px;
	color: green;
}
.text_green_14_bold {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 20px;
	color: green;
	font-weight: bold;
}
.text_green_14_bold_background {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	line-height: 16px;
	color: white;
	font-weight: bold;
	background-color: #9BD09E;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	line-height: 22px;
	color: green;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #A9A9A9;
}

.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-color: green;
	border-top-color: green;
	background-color: #F4F4F4;
}
.table_element_underlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: #CEFFCF;
}

.table_row_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  font-weight: bold;
	background-color: #9BD09E;
	  color: white;
}

.table_row_light  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #C8FFCB;
}


.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #909090;
}
.box {
	border-color: #538C00;
	border-width: 1px;
  border-style: solid;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black; 
}
.box_without_right_border {
	border-bottom: solid;
	border-bottom-color: #538C00;
	border-left: solid;
	border-left-color: #538C00;
	border-top: solid;
	border-top-color: #538C00;
	border-width: 1px;

   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black; 
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box_greenText {
	border-color: #538C00;
	border-width: 1px;
  border-style: solid;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green; 
}
input {
	background: White;
	border: solid;
	border-width: 1px;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
}
select {
	background: White;
	border: solid;
	border-width: 1px;
  border-style: solid;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Green;
	
}

#list-menu a {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: Green;
display: block;
width:110px;
padding: 6px 6px 2px 6px;
background: #ffffff;
text-decoration: none;
filter:blendTrans(duration=0.3);
}
#list-menu a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background: #9BD09E;
color: #ffffff;
} 

.detail {font-family: arial;  font-size: 10px; color:black}



.PulldownMenu 
{
	border:#999999 solid 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
}