*{
	font-family:"Tahoma", "MS UI Gothic", "Osaka";
}
html,body{
	margin:0;
	padding:0;
	background-color:white;
	color:black;
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}

img{
	border-width:0px;
}

div{
	border-color:#333333;
	border-width:2px;
}

a{
	color: blue;
	text-decoration:none;
}
a.anchor_super{
	display:none;
}
hr{
	border:solid 1px dimgray;
	margin:2px;
}
pre{
	margin:4px;
	margin-bottom:6px;
	background-color:white;
	padding:8px;
	border:solid 1px white;
}
input{
	font-size:12px;
}
div#header{
	border-top:solid 0px white;
	border-bottom:solid 0px white;
	height:58px;
	position:relative;
	background-color:gray;
}
div#header h1{
	margin-left:0px;
	margin-top:0px;
	border-bottom:0px;
	width:300px;
	height:58px;
	background-image:url(./title2.gif);
	background-repeat:no-repeat;
}
div#header h1 span{
	color: black;
	left: -9999px;
	position: absolute;
}
div#header_side{
	margin-right:12px;
	border-bottom:0px;
	position:absolute;
	right:0;
	top:35px;
	color:black;
}
div#navbar {
	border-bottom:solid 1px #3F3F3F;
	padding-left:10px;
	margin-bottom:0px;

}
div#navbar p{
	margin:4px;
	padding:2px;
}
div#container{
	text-align:left;
}
div#content p{
	margin-left:8px;
	margin:6px;
	margin-bottom:12px;
	line-height:140%;
}
div#content h1,h2,h3,h4,h5{
	margin:0px;
	margin-bottom:6px;
	background-color:white;
	padding:5px;
	padding-left:8px;
	border-bottom:solid 0px red;
	border-top:solid 0px red;
}
div#content div.counter{
	padding-left:8px;
}
div#content ul{
	margin:0px;
	margin-bottom:12px;
}
div#content h1 {
	font-size:14px;
}
div#content h2 {
	font-size:13px;
}
div#content h3 {
	font-size:12px;
}
div#content h4 {
	font-size:12px;
}
div#content h5 {
	font-size:12px;
}
div#content h1 a{
	text-decoration:none;
}
div#content h2 a{
	text-decoration:none;
}
div#content h3 a{
	text-decoration:none;
}
div#content h4 a{
	text-decoration:none;
}
div#content h5 a{
	text-decoration:none;
}
div#content form{
	margin-left:8px;
}
div#navigation{
	border-top:solid 0px dimgray;
	padding-top:0px;
	padding-bottom:85%;
	background:lightgray;
	line-heght:90%;
	background-image:url(./menu.gif);
	background-repeat:repeat-y;

}
div#navigation p{
	line-height:140%;
	margin:10px 10px 10px;

}
div#extra{
	background:white;
}
div#extra p{
	margin:10px 10px 10px;
}
div#footer{
	border-top:solid 1px lightgray;
	height:40px;
	background-color:lightgray;
}
div#footer p{
	font-size:0.6em;
	margin:0;
	margin-top:8px;
	padding:5px 10px;
	text-align:center;
	color:#666666;
}
div#footer a{
	display:inline;
	padding:0;
	color:#cccccc;
	text-decoration:none;
}
div#container{
	width:750px;
	margin:0 auto;
}
div#content{
	padding-top:6px;
	padding-bottom:8px;
	float:right;
	width:574px;
}
div#navigation{
	float:left;
	width:170px;
}
div#extra{
	float:right;
	width:580px;
}
div#footer{
	clear:both;
	width:100%;
}

