@import "default.css";

body {
	background: url(bg-ajx.gif) -8px no-repeat;
}

h1, h2, h5, h6 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #099a36;
}

h5, h6 {
	font-size: 18px;
	font-weight: normal;
}

h2, h5, h6 {
	color: #555;
}

h5 {
	text-align: right;
}

h1, h2, p {
	margin-bottom: 7px;
}

.ajx {
	background: url(bg-ajx.gif) repeat;
}

div#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
}

div#bottom {
	margin-top: 10px;
	padding: 4px;
	color: #fff;
	background-color: #099a36;
	text-align: center;
}

div#top {
	margin-bottom: 10px;
}

div.menu_top {
	background-color: #f4f4f4;
}

div.menu_top a {
	display: inline-block;
	padding: 3px 10px;
	text-decoration: none;
	color: #555;
}

div.menu_top a:hover, div.menu_top a.sel {
	background-color: #eee;
}

div.menu_left, div.menu_right {
	margin: 5px 0;
}

div.menu_left a, div.menu_right a {
	display: block;
	padding: 1px 5px;
	font-size: 11px;
	text-decoration: none;
}

div.menu_left a {
	text-align: right;
}

div.menu_left a.l0, div.menu_left a.l1 {
	margin: 1px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #099a36;
}

div.menu_left a.sel {
	color: #fff;
	background-color: #555;
}

div.menu_left a:hover, div.menu_right a:hover {
	color: #fff;
	background-color: #099a36;
}

#fixed{
	position:fixed;
	top:1px;
	right:1px;
	clear:both;
	width:162px;
	float:right;
	height:340px;
	background-color:#666;
	overflow:hidden;
}
#fixed a{
	position:absolute;
	top:5px;
	left:5px;
	z-index:55;
}
