﻿*{font-family: Verdana;
	 }

a:link,a:visited{
color: #990033;
text-decoration: none;
}
a:active,a:hover{
color: #ccc;
text-decoration: none;
}

html{
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #da6b82;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff; }

body{
color: #333333;
font: x-small Verdana;
text-align: center;
background: #FFFFFF url('bgr.gif') repeat-y fixed center center;
}

.kusn{
         font-size: x-small;
         color: #333333;
         text-align: left;
         padding: 2px;
         border: 1px dotted #333333;
         height: 12px;
         width: 480px;
         overflow: auto;
      }


.border{
    font: small-caps xx-small;
    text-align: right;
    margin-bottom: 5px;
    border-bottom: 1px dotted #000;
    width: 100%;
}

p{text-align: left; }

#main{
	text-align: center;
	margin: 0 auto;
	width: 520px;
    }

h1,h2,h3{
color: #000000;
font-variant: small-caps;
text-align: left;
}

h1{
font-size: small;
font-weight: bold;
border-bottom: 1px dotted #000;
}

h3{
font-size: x-small;
font-weight: bold;
margin-left: 5px;
}

h2{
font-size: x-small;
padding-left: 2px;
border-left: 5px solid #000;
}

img.s{
	margin-left: 1px;
	border: 1px solid #000;
}
img.n{
	margin-left: 1px;
	border: 1px solid #FF0000;
}

.box{
width:500px;
background:#fff;
padding:0 9px;
margin:30px auto;
position:relative;
border:1px solid #fff;/* stop margin collapse*/
}
.inner{
background:#fff;
padding:10px 0;
margin:-10px 0;
min-height:0;/* ie7 haslayout issues fix*/
position:relative;
}
* html .inner, * html .box{height:1px}/* ie6 haslayout issues fix*/
.top,.base{
margin:-10px -10px 0;
background:url(box.png) no-repeat left top;
height:10px;
position:relative;
font-size:10px;
clear:both
}
.base{
background-position:left bottom;
margin:0 -10px -10px;
}
.top span,.base span{
background:url(box.png) no-repeat right top;
display:block;
height:10px;
font-size:10px;
}
.base span{background-position:right bottom;}
.content{width:100%;}

.tree { display:none; }