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

.BASE_GREEN {
	color: #2D9C7f;
}
body {
	background-color: #2d9c7f;
	margin-left: 0%;
	margin-top: 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFBF0;
	margin-right: 0%;
}
.Normal_Text {
	color: #FFF;
	font-weight: normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.SMALL_ITALIC_WHITE_1 {
	font-size: 12px;
	font-style: italic;
}
.BASE_GREEN .Normal_Text tr td .BASE_GREEN 
{
	font-weight: normal;
}

h2 { 
	display: inline;
} 

a.sample_attach, a.sample_attach:visited, div.sample_attach, a.sample_attach:active
{
  display: block;
  width:   198px;

  border:  1px solid black;
  padding: 8px 20px;

  background: #eb7ba1;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 0.9em;
  color:   #FFFFFF;
  

}



div#sample_attach_menu_child, div.child_menu    
{ 
  border-bottom: 1px solid black; 
  font-size: 0.7em;
}
