
/*document body
*/
body      
/*textstyles main part

*/
.textstyle { margin: 6px }
.text_large    { color: #006; font-size: 14pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
.text_normal     { color: #006; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text_normal a:hover, .text_normal a:link, .text_normal a:visited, .text_normal a:active  { color: #f90; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.text_small  { font-size: 7pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*text left and right part */
.text_side { margin: 6px }
.text_side_white, .text_side_white a:link, .text_side_white a:visited, .text_side_white a:active  { color: #fff; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text_side_white a:hover { color: #f90; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.text_side_header  { color: #f0f8ff; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
/*border*/
.header   { color: #069; background-color: #ffffff; width: 100%; border: solid 1px #999 }
.border { border: solid 1px #999 }
/*navigation bar*/
.navi-ul   { font-size: 10pt; list-style-type: none }
.navi-ul li    { width: 155px; height: 22px; float: left; border-bottom: 1px solid #eee }
.navi-ul-a, .navi-ul-a:link, .navi-ul-a:visited, .navi-ul-a-selected       { color: #fff; font-family: Arial, Verdana, sans-serif; font-weight: bold; text-decoration: none; background-color: #006; display: block; padding: 6px }
.navi-ul-a:hover     { color: #f90; font-family: Arial, Verdana, sans-serif; text-decoration: none; background-color: #966; background-repeat: no-repeat; background-attachment: scroll; padding: 6px }
