<!-- /* Style Sheet ( Bascie ) */

/* ************************************************************ */
/* ALL                                                          */
/* ************************************************************ */
*{
    /* Size */
    margin:         0px 0px 0px 0px;
    padding:        0px 0px 0px 0px;
    /* Font */
    font-family:    inherit;
    font-style:     inherit;
    font-weight:    inherit;
/*  font-size:      inherit; */
    line-height:    inherit;
    /* Color */
    color:          inherit;
    background:     transparent;
    border-color:   inherit;
    /* Align */
    text-align:     inherit;
    text-indent:    inherit
}

/*** Link Index ***/
*.index{
    /* Font */
    font-family:    "Times New Roman","Times",serif;
    font-style:     normal;
    font-weight:    normal;
    font-size:      110%;
    line-height:    150%
}

/* ************************************************************ */
/* Body                                                         */
/* ************************************************************ */
body{
    /* Size */
    width:          684px;
    margin:         0px auto 0px auto;
    padding:        2px 2px  2px 2px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      11pt;
    line-height:    150%;
    /* Align */
    text-align:     center
}


/* ************************************************************ */
/* Division                                                     */
/* ************************************************************ */
div{
    /* Size */
    margin:         4px 4px 4px 4px;
    padding:        2px 4px 2px 4px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      100%;
    line-height:    150%;
    /* Align */
    text-align:     center
}

/*** Spacing ***/
div.space{
    /* Size */
    margin:         36px 4px 4px 4px
}

/*** Access Counter ***/
div.counter{
    /* Font */
    font-family:    "Courier New","Courier",monospace
    font-style:     normal;
    font-weight:    bold;
    font-size:      200%;
    line-height:    150%
}

/*** Note ***/
div.note{
    /* Size */
    padding:        8px 9px 2px 9px;
    /* Font */
    font-size:90%;
    line-height:125%
}

/*** Return ***/
div.ret{
    /* Size */
    margin:         16px 8px 8px 8px;
    padding:         4px 0px 4px 0px;
    /* Font */
    font-size:      120%;
    line-height:    125%
}

/*** Foot ***/
div.foot{
    /* Font */
    font-size:      90%;
    line-height:    150%;
    /* Align */
    text-align:     right
}


/*** Floating ***/
div.floatL{
    /* Size */
    margin:         0px 2px 2px 2px;
    padding:        2px 2px 2px 6px;
    /* Align */
    float:          left
}
div.floatR{
    /* Size */
    margin:         0px 2px 2px 2px;
    padding:        2px 6px 2px 2px;
    /* Align */
    float:          right
}


/* ************************************************************ */
/* Headding                                                     */
/* ************************************************************ */
h1, h2, h3, h4, h5, h6{
    /* Size */
    padding:        8px 0px 4px 0px;
    /* Font */
    font-style:     normal;
    font-weight:    bold;
    /* Align */
    text-align:     center
}

h1{ margin:32px 8px 8px 8px; font-size:200%; line-height:120% }
h2{ margin:24px 8px 8px 8px; font-size:150%; line-height:120% }
h3{ margin:16px 8px 8px 8px; font-size:120%; line-height:120% }
h4{ margin:16px 8px 8px 8px; font-size:110%; line-height:120% }
h5{ margin:16px 8px 8px 8px; font-size:100%; line-height:120% }
h6{ margin:16px 8px 8px 8px; font-size:100%; line-height:120% }


/* ************************************************************ */
/* Paragraph                                                    */
/* ************************************************************ */
p{
    /* Size */
    margin:         4px  4px 4px  4px;
    padding:        2px 10px 2px 10px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      100%;
    line-height:    125%;
    /* Align */
    text-align:     justify;
    text-indent:    1em
}

/*** Abstruct ***/
p.abstruct{
    /* Size */
    margin:         4px 40px 16px 40px;
    padding:        2px 12px  2px 12px;
    /* Font */
    font-size:      100%;
    line-height:    130%
}

/*** Comment ***/
p.comment{
    /* Size */
    margin:         4px 38px  4px 38px;
    padding:        2px 12px  2px 12px;
    /* Font */
    font-size:      100%;
    line-height:    130%;
    /* Text */
    text-indent:0em
}

/*** Icon ***/
p.icon{
    /* Size */
    margin:         4px 4px 4px 4px;
    padding:        2px 4px 2px 8px;
    height:         66px;
    /* Font */
    font-size:      100%;
    line-height:    22px;
}


/* ************************************************************ */
/* Table                                                        */
/* ************************************************************ */
table{
    /* Size */
    margin:         4px auto 4px auto;
    padding:        2px 4px  2px 4px;
    /* Font */
    font-size:      100%;
    line-height:    125%
}
td{ font-size:100%; font-weight:normal; text-align:left; vertical-align:top }
th{ font-size: 85%; font-weight:bold;   text-align:left; vertical-align:top }


/*** Link Index ***/
table.index td, table.index th{
    /* Size */
    width:          200px;
    /* Align */
    text-align:     center;
    vertical-align: top
}

/*** Train Consist ***/
table.consist{
    /* Size */
    margin:         0px auto 0px 0px;
    padding:        0px 0px  0px 0px;
    /* Font */
    font-size:      80%;
    line-height:    100%
}
table.consist td,table.consist th{
    /* Size */
    width:          36px;
    /* Align */
    text-align:     center;
    vertical-align: top
}

/*** Photo Album ***/
table.photo td, photo.index th{
    /* Size */
    margin:         4px auto 4px auto;
    padding:        0px 0px 12px 0px;
    /* Align */
    text-align:     center;
    vertical-align: top
}

/*** Devide Equally ***/
table.C2{ width:100% }  table.C2 td, table.C2 th{ width:50% }
table.C3{ width:100% }  table.C3 td, table.C3 th{ width:33% }
table.C4{ width:100% }  table.C4 td, table.C4 th{ width:25% }
table.C5{ width:100% }  table.C5 td, table.C5 th{ width:20% }
table.C6{ width:100% }  table.C6 td, table.C6 th{ width:16% }


/* ************************************************************ */
/* List                                                         */
/* ************************************************************ */
dl, ul, ol{
    /* Size */
    margin:         4px 4px 4px 4px;
    padding:        2px 4px 2px 4px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      100%;
    line-height:    125%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}
dt{
    /* Size */
    margin:         4px 4px 4px 4px;
    padding:        2px 4px 2px 4px;
    /* Font */
    font-style:     normal;
    font-weight:    bold;
    font-size:      100%;
    line-height:    100%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}
dd{
    /* Size */
    margin:         4px 4px 4px  4px;
    padding:        2px 4px 2px 35px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      100%;
    line-height:    125%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}
li{
    /* Size */
    margin:         4px 4px 4px 48px;
    padding:        0px 0px 0px 0px;
    /* Font */
    font-style:     normal;
    font-weight:    bold;
    font-size:      100%;
    line-height:    125%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}

/*** Link Index ***/
dl.link{
    /* Size */
    margin:         4px 4px 4px 4px;
    padding:        2px 4px 2px 4px;
    /* Font */
    font-style:     normal;
    font-weight:    normal;
    font-size:      100%;
    line-height:    125%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}
dl.link dt{
    /* Size */
    margin:         8px 8px 0px 8px;
    padding:        4px 4px 2px 4px;
    /* Font */
    font-family:    "Times New Roman","Times",serif;
    font-style:     normal;
    font-size:      120%;
    font-weight:    bold;
    line-height:    100%;
    /* Align */
    text-align:     left;
    text-indent:    0em
}


/* ************************************************************ */
/* Address                                                      */
/* ************************************************************ */
address{
    /* Size */
    margin:         0px 0px 0px 0px;
    padding:        0px 0px 0px 0px;
    /* Font */
    font-family:    "Times New Roman","Times",serif;
    font-style:     normal;
    font-weight:    normal
}


/* ************************************************************ */
/* Image                                                        */
/* ************************************************************ */
img{
    /* Size */
    margin:         2px 2px 2px 2px;
    padding:        0px 0px 0px 0px
}

/*** Icon ***/
*.icon img{
    /* Size */
    margin:         0px 24px 0px 0px;
    padding:        0px  0px 0px 0px;
    /* Border */
    border-style:none none none none;
    /* Align */
    float:left
}


/* ************************************************************ */
/* Anchor                                                       */
/* ************************************************************ */
a{
    /* Font */
    font-size:      105%;
    letter-spacing: 95%
}

/*** Link Index ***/
*.link a{
    /* Font */
    font-style:normal;
    font-weight:bold
}


/* ************************************************************ */
/* Text Indent                                                  */
/* ************************************************************ */
*.indent0           {text-indent:0em}
*.indent1           {text-indent:1em}
*.indent2           {text-indent:2em}
*.indent4           {text-indent:4em}


/* ************************************************************ */
/* Font Family                                                  */
/* ************************************************************ */
*.fontTimes         {font-family:"Times New Roman","Times",serif;font-size:100%}
*.fontArial         {font-family:"Arial","Geneva",sans-serif;font-size:100%}
*.fontCourier       {font-family:"Courier New","Courier",monospace;font-size:100%}
*.fontCursive       {font-family:cursive;font-size:100%}
*.fontFantasy       {font-family:fantasy;font-size:100%}


/* ************************************************************ */
/* Font Size                                                    */
/* ************************************************************ */

/* Absolute */
*.fontXL            {font-size:48pt}
*.fontLL            {font-size:24pt}
*.fontL             {font-size:16pt}
*.fontM             {font-size:11pt}
*.fontS             {font-size:10pt}
*.fontSS            {font-size: 9pt}
*.fontXS            {font-size: 8pt}

/* Relative */
*.fontXXLT          {font-size: 60%}
*.fontXLT           {font-size: 75%}
*.fontLT            {font-size: 85%}
*.fontGT            {font-size:150%}
*.fontXGT           {font-size:200%}
*.fontXXGT          {font-size:250%}

/* Block Elements */
div.fontXL ,p.fontXL{font-size:48pt;line-height:150%}
div.fontLL ,p.fontLL{font-size:24pt;line-height:150%}
div.fontL  ,p.fontL {font-size:16pt;line-height:150%}
div.fontM  ,p.fontM {font-size:11pt;line-height:150%}
div.fontS  ,p.fontS {font-size:10pt;line-height:150%}
div.fontSS ,p.fontSS{font-size: 9pt;line-height:150%}
div.fontXS ,p.fontXS{font-size: 8pt;line-height:150%}


/* ************************************************************ */
/* Aligne                                                       */
/* ************************************************************ */
/* Horizon */
*.alignL            {text-align:left}
*.alignC            {text-align:center}
*.alignR            {text-align:right}

/* Vertical */
*.alignT            {vertical-align:top}
*.alignM            {vertical-align:middle}
*.alignB            {vertical-align:bottom}


/* ************************************************************ */
/* Floating                                                     */
/* ************************************************************ */
*.floatR            {float:right}
*.floatL            {float:left}
*.floatC            {clear:both}


/* ************************************************************ */
/* Color                                                        */
/* ************************************************************ */
/* Foreground */
*.color-red          {color:red}
*.color-yellow       {color:yellow}
*.color-lime         {color:lime}
*.color-aqua         {color:aqua}
*.color-blue         {color:blue}
*.color-fuchsia      {color:fuchsia}
*.color-white        {color:white}
*.color-silver       {color:silver}
*.color-maroon       {color:maroon}
*.color-olive        {color:olive}
*.color-green        {color:green}
*.color-teal         {color:teal}
*.color-navy         {color:navy}
*.color-purple       {color:purple}
*.color-black        {color:black}
*.color-gray         {color:gray}

/* Background Color */
*.bcolor-red         {background:red}
*.bcolor-yellow      {background:yellow}
*.bcolor-lime        {background:lime}
*.bcolor-aqua        {background:aqua}
*.bcolor-blue        {background:blue}
*.bcolor-fuchsia     {background:fuchsia}
*.bcolor-white       {background:white}
*.bcolor-silver      {background:silver}
*.bcolor-maroon      {background:maroon}
*.bcolor-olive       {background:olive}
*.bcolor-green       {background:green}
*.bcolor-teal        {background:teal}
*.bcolor-navy        {background:navy}
*.bcolor-purple      {background:purple}
*.bcolor-black       {background:black}
*.bcolor-gray        {background:gray}

/* End of Style Sheet */ -->
