
a:link { 
  text-decoration: none;
  color:           #0000FF;
}
a:visited { 
  text-decoration: none;
  color:           #0000BB;
}
a:hover {
  text-decoration: underline; 
  color:           #0000FF;
}

body { 
  background-color: #FFFFFF;
  color:            #000000;
  margin:           0;
}

td.datetime { 
  font-family: 'Times New Roman', Times, serif;
  font-size:   12px;
  color:       #D92B39;
  padding-top: 10px;
}

img.check {
  width:  18px;
  height: 15px;
  border: 0;
}

span.title-cur { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:   18;
  color:       #D92B39;
}

span.title-prev { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size:   18;
  color:       #E77781;
}

span.title-slash { 
  color: #0075BC;
}

span.title-info { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:   10;
}

td.arial-bold { 
  vertical-align: top;
  font-family:    Arial, Helvetica, sans-serif;
  font-weight:    bold;
  font-size:      13;
}

a.main-entry:link {
  text-decoration: none; 
  color:           red
}
a.main-entry:visited { 
  text-decoration: none; 
  color:           red
}
a.main-entry:hover {
  text-decoration: underline; 
  color:           red
}
a.main-entry { 
  font-weight: bold;
}
td.main-entry { 
  vertical-align: top;
  padding-top:    5;
  padding-left:   5;
  padding-right:  5;
  font-family:    Arial, Helvetica, sans-serif;
  font-size:      12;
  width:          362;
}

table.header { 
  border-right:     1px solid #D92B39;
  border-bottom:    1px solid #D92B39;
  width:            759;
  background-image: url('/images/header_slice.gif');
}

table.menu { 
  width:            759;
  background-color: #D92B39;
}
td.menu-td1-last-update {
  font-family:     verdana;
  font-size:       10;
  color:           #FFFFFF;
  text-decoration: none; 
  width:           435;
} 
td.menu-td1 { 
  width: 435;
}
td.menu-td2 { 
  width: 155;
}
td.menu-td3 { 
  width: 150;
}

td.bmenu-td1-last-update {
  font-family:     verdana;
  font-size:       10;
  color:           #FFFFFF;
  text-decoration: none; 
  width:           290;
} 
td.bmenu-td1 { 
  width: 290;
}
td.bmenu-td2 { 
  width: 145;
}
td.bmenu-td3 { 
  width: 155;
}
td.bmenu-td4 { 
  width: 150;
}

a.menu:link { 
  text-decoration: none; 
  color:           #FFFFFF; 
}
a.menu:visited { 
  text-decoration: none; 
  color:           #FFFFFF;
}
a.menu:hover { 
  text-decoration: underline; 
  color:           #FFFFFF; 
}
a.menu {
  font-family: verdana; 
  font-size:   12; 
  font-weight: bold;
}

table.main { 
  border: 1px solid #D92B39;
  width:  759;
  height: 440px;
}

td.main {
  font-family:    Arial, Helvetica, sans-serif;
  padding-right:  30px;
  padding-left:   30px;
  padding-top:    30px;
  padding-bottom: 30px;
  vertical-align: top;
  width:          687;
 }

td.mainbottom { 
  font-family:    Arial, Helvetica, sans-serif;
  padding-right:  30px;
  padding-left:   30px;
  vertical-align: bottom;
  text-align:     center;
}

table.footer { 
  width:            759;
  background-color: #D92B39;
  background-image: url('/images/footer_slice.gif');
}

