body {
	text-align: center;
	background-color: #3C6B90;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
    line-height: 120%;
	scrollbar-face-color:#FFFFFF;
	scrollbar-srrow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;    
}
a {
	text-decoration: none;
}
a:link{
    color: #FFFFFF;
}
a:visited{
    color: #F9F27F;
}
a:hover{
    color: #3C6B90;
	background: #FFFFFF;
}
a:active{
    color: #F8B856;
}

h1 {
	background-color:#3C6B90;
	width:800;
	height:25px;
	text-align:right;
}
h2 {
    font-size: 16px;
	background-color: #F8B856;
	background-image: url(../img/h2.gif);
	color: #FFFFFF;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 14px;
	color:#FFFFFF;
	border-left: solid 5px #FFFFFF;
}
h6 {
    font-size:14px;
}
h6 a {
	text-decoration: none;
}
h6 a:link{
    color: #3C6B90;
}
h6 a:visited{
    color: #3C6B90;
}
h6 a:hover{
    color: #FFFFFF;
	background: #3C6B90;
}
h6 a:active{
    color: #F9F27F;
}

p {
	line-height: 130%;
	margin: 5px;
	font-size:12px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
tr,td {
	font-size: 12px;
	line-height: 120%;
	   
}
#navi ul {
	list-style-type:none;
	margin: 0;
	padding: 0px 0px 0px 28px;
}
#navi li {
    display:inline;
	padding: 0px;
	list-style:nome;
	font-size: 16px;
	color: #F8B856;
	font-weight: bold;
}
.section {
	border: 3px double #F8B856;
}

