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

body {
	background-color: #CCC;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}

h1 {
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #390;
	font-weight: normal;
}

h2 {
	margin: 0;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	color: #390;
	font-weight: normal;
}

p {
	text-align: justify;
}

p.note {
	font-size: 0.8em;
	color: #666;
	text-align: justify;
}

p.note a {
	color: #333;
}

a {
	text-decoration: none;
	color: #390;
}

a:hover {
	text-decoration: underline;
}

div#stage {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	border-color: #333;
	border-style: solid;
	border-width: 1px 3px 3px 1px;
	background-color: #FFF;
	padding: 10px;
}

#stage ul {
	list-style-image: url(/images/arrow_small.jpg);	
	margin-left: 170px;
	padding-bottom: 10px;
}

#stage ul li {
	padding-bottom: 0.3em;	
	font-size: 1.1em;
	color: #900;
}

#stage ul li ul {
	list-style-image: url(/images/arrow.gif);
	padding-top: 0.5em;
}

#stage ul li ul li {
	font-size: 0.9em;
	color: #000;
	margin-left: -170px;
}