/* CSS Document */

#foldheader	{
	list-style-image:url(../images/all_green_arrow.gif);
}

#foldinglist	{
	list-style-image:url(../images/document.gif);
}

.Menu {
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:15px;
	color: #FFFFFF;
	font-weight: bold;
}

.Menu:hover {
	color: #FF0000;
}

.MenuItem
{
	text-decoration:none;
	font-weight: bold;
	font-size: 12pt;
	color:#336633;
	font-family: 'arial';
}

.MenuItem:hover
{
	color:#ff0000;
}

.MenuItem_content	{
	text-decoration:none;
	font-weight: normal;
	font-size: 9pt;
	color: #006699;
	font-family: 'arial';
}

.MenuItem_content:hover	{
	color:#ff0000;
}

.Menulinks{
	list-style-type: disk;
	list-style-image: url(../images/all_green_arrow.gif);
	margin: auto auto 10px 18px;
	padding: 0;
}

.Menulinks li{
	padding-bottom: 1px;
}

.Menulinks li a{
	margin-left: -3px;
	padding: 3px 1px;
	font-size: 12px;
	display: block;
	color: #449805;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	font-family: 'arial';
}

.Menulinks a:visited{color: #449805; }
.Menulinks a:hover {	color: #fff;	background: #009966; text-decoration: none; }

#hearder	{
	text-decoration:none;
	font-weight: bold;
	font-size: 15px;
	color:#FFFFFF;
	font-family: 'arial';

}

.detail	{
	text-decoration:none;
	font-weight: bold;
	font-size: 9pt;
	color:#336633;
	font-family: 'arial';
}

.detail:hover	{
	color:#ff0000;
}

#line	{
	border-bottom: 1px solid #009966;
}

#linetop	{
	border-top: 1px solid #009966;
}

#content	{
	font-size: 9pt;
	font-family: 'arial';
}

#header_content	{
	font-weight: bold;
	font-size: 12pt;
	color:#336633;
	font-family: 'arial';
}

#space	{
	text-align:justify;
	text-indent: 10px;
	margin-bottom: 6px; 
	margin-top: 6px;
}

#title	{
	text-align:center;
	margin-bottom: 6px; 
	margin-top: 6px;
	font-weight:bold;
}

#nametree	{
	text-align:justify;
	text-indent: 10px;
	margin-bottom: 6px; 
	margin-top: 6px;
	color:#FF6600;
}