body {
	margin: 0px;
	padding: 0px;
	background-color: #023D1B;
	color: #000000;
	background-image : url(bukken/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 9pt;
	line-height: 13pt;
}

a:link,a:visited {
color: #000000;
text-decoration: yes;
}
a:hover {
color: #990000;
text-decoration: underline;
}

a.whitelink:link,a.whitelink:visited {
color: #ffffff;
text-decoration: underline;
}
a.whitelink:hover {
color: #CC3333;
text-decoration: underline;
}

.pad5  {
padding:  5px;
}
.pad10 {
padding: 10px;
}
.pad15 {
padding: 15px;
}

.fs2  {
font-size: 2pt;
}
.fs8  {
font-size: 8pt;
}
.fs9  {
font-size: 9pt;
}
.fs10 {
font-size: 10pt;
}
.fs11 {
font-size: 11pt;
}
.fs12 {
font-size: 12pt;
}


.fslh8  {
font-size: 8pt;
line-height:12pt;
}
.fslh9  {
font-size: 9pt;
line-height: 13pt;
}
.fslh10 {
font-size: 10pt;
line-height: 16pt;
}
.fslh11 {
font-size: 11pt;
line-height: 17pt;
}
.fslh12 {
font-size: 12pt;
line-height: 18pt;
}

.height100 {
height: 100%;
}

.h2fs {
font-size: 8pt;
font-weight: normal;
margin: 0px;
}

.green {
color: #023D1B
;}
.blue {
color: #15327F
;}
.red {
color: #990000
;}
.whitelink {
color: #FFFFFF;
text-decoration: underline;
}
.white {
color: #FFFFFF;
}