*{
	font-family:"Tahoma", "MS UI Gothic", "Osaka";
}
html,body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#efefef;
	color:#000000;
}
body{
	font: 76% arial,sans-serif;
	text-align:center;
}
a{
	color: #3f2d77;
}
a.anchor_super{
	display:none;
}
hr{
	border: 1px dotted #8888ff;
}
pre{
	margin:4px;
	margin-bottom:6px;
	background-color:#ffffbb;
	padding:8px;
	border:solid 1px silver;
}
input{
	font-size:12px;
}
div#header{
	background-image: url(./header.jpg);
	background-repeat: no-repeat;
	border-bottom:solid 1px gray;
	height:70px;
	position:relative;
}
div#header h1{
	margin-left:27px;
	margin-top:20px;
	width:120px;
	height:46px;
/*	background-image:url(./sitedev.gif);*/
	background-repeat:no-repeat;
}
div#header h1 span{
	color: #79B30B;
	left: -9999px;
	position: absolute;
}
div#header_side{
	margin-right:12px;
	position:absolute;
	right:0;
	top:35px;
	color:#78C30A;
}
div#navbar {
	background-color: white;
	border-bottom: 1px solid gray;
	padding-left:10px;
}
div#navbar p{
	margin:0px;
	padding:2px;
	line-height: 2.0em;
}
div#container{
	text-align:left;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color: #ffffff;
	align: center;
	margin-left: auto;
	margin-right: auto;
}
div#content p{
	margin-left:8px;
	margin:6px;
	margin-bottom:24px;
	line-height:140%;
}
div#content h1,h2,h3,h4,h5{
	margin:0px;
	margin-bottom:6px;
	background-color:#ffffff;
	padding:5px;
	padding-left:8px;
}
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;
	color: #3344cc;
	background-color: #f0f0fa;
	border-bottom: 1px solid #aaaaff;
	border-top: 1px solid #aaaaff;
	padding: 8px;
}
div#content h3 {
	font-size:12px;
	color: #000066;
	border-top: none;
	border-bottom: 2px solid #aaaaff;
}
div#content h4 {
	color: #000066;
	font-size:12px;
	border-bottom: 1px dotted #aaaaff;
}
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{
	padding-top:10px;
	background:#ffffff;
	border-right: 1px solid silver;
}
div#navigation p{
	line-height:140%;
	margin:10px 10px 10px;
}
div#navigation h2 {
	font-size:12px;
	background-color: #ddddee;
	border-top: 1px solid #aaaaff;
	border-bottom: 1px solid #aaaaff;
}
div#extra{
	background:#2C2C2C;
}
div#extra p{
	margin:10px 10px 10px;
}
div#footer{
	background-color: white;
	border-top:solid 1px #3F3F3F;
}
div#footer p{
	font-size:0.8em;
	margin:0;
	margin-top:8px;
	padding:5px 10px;
	text-align:center;
}
div#footer a{
	display:inline;
	padding:0;
	color:#B8B8B8;
}
div#container{
	width:750px;
	margin:0 auto;
	background-image:url(container_background.jpg);
	background-repeat:repeat-y;
}
div#content{
	padding-top:6px;
	padding-bottom:8px;
	float:right;
	width:574px;
}
div#navigation{
	float:left;
	width:170px;
}
div#extra{
	float:right;
	width:580px;
	background-color: #ff8888;
}
div#footer{
	clear:both;
	width:100%;
}
table.style_table{
	border: 1px solid #aaaaff;
	border-collapse: collapse;
	
}
thead td.style_td{
	color: #3344cc;
	font-weight: bold;
	background-color: #f4f4ff;
	border: 1px solid #aaaaff;
	padding: 2px;
}
tbody td.style_td{
	border: 1px solid #aaaaff;
	padding: 2px;
}
