body {
  color: #000000;
  background: #FFFFFF
}

A:unknown { COLOR: black }
A:link { COLOR: black; TEXT-DECORATION: none }
A:visited { COLOR: black; TEXT-DECORATION: none }
A:hover { COLOR: red; TEXT-DECORATION: underline }

.navigation a:unknown{ COLOR: black }
.navigation a:link{ COLOR: black; TEXT-DECORATION: none }
.navigation a:visited { COLOR: black; TEXT-DECORATION: none }
.navigation a:hover { COLOR: red; TEXT-DECORATION: underline }

.linkorange a:unknown { COLOR: Orangered }
.linkorange a:link  { COLOR: Orangered; TEXT-DECORATION: none }
.linkorange a:visited  { COLOR: Orangered; TEXT-DECORATION: none }
.linkorange a:hover { COLOR: red; TEXT-DECORATION: underline }

.linkwhite a:unknown { COLOR: white }
.linkwhite a:link  { COLOR: white; TEXT-DECORATION: none }
.linkwhite a:visited  { COLOR: white; TEXT-DECORATION: none }
.linkwhite a:hover { COLOR: red; TEXT-DECORATION: underline }

.linkblue a:unknown { COLOR: blue }
.linkblue a:link  { COLOR: blue; TEXT-DECORATION: none }
.linkblue a:visited  { COLOR: blue; TEXT-DECORATION: none }
.linkblue a:hover { COLOR: red; TEXT-DECORATION: underline }

.navi_font8 { line-height: 1.2;
 font-size: 8pt }
.navi_font10 { line-height: 1.3;
 font-size: 10pt }
.navi_font12 { line-height: 1.4;
 font-size: 12pt }

.dotted { border-bottom: 2px dotted #A9A9A9 }

.dashed { border-bottom: 1px dashed #333333 }

.font8 { line-height: 1.2;
 font-size: 8pt }
.font9 { line-height: 1.2;
 font-size: 9pt }
.font10 { line-height: 1.3;
 font-size: 10pt }
.font12 { line-height: 1.6;
 font-size: 12pt }


.font_blue { line-height: 1.0;
 font-size: 10pt;
 color: #000080 }

.photo_font_blue { line-height: 1.3;
 font-size: 8pt;
 color: #000080 }

.title { font-weight: bold }
.title_white { font-weight: bold;
 color: #FFFFFF }

#photo_space {
  margin-right: 0.5em;
  margin-bottom: 0.5em
}

#photo_right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em
}

#photo_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em
}





