/*body
{
  font-family: Verdana, Arial, Helvetica;
  background-color: blue;
}
.xxsmall
{
    FONT-SIZE: 10px
}
A
{
    COLOR: royalblue;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
.awhite
{
    COLOR: white;
    TEXT-DECORATION: none
}
.awhite:hover
{
    COLOR: white;
    TEXT-DECORATION: underline
}
.medium
{
    FONT-SIZE: 16px
}
INPUT
{
    FONT-SIZE: 10px
}
SELECT
{
    FONT-SIZE: 11px
}
.brown
{
    COLOR: #993300
}
.agreen
{
    COLOR: darkgreen
}
.as_open
{
    VISIBILITY: visible
}
.as_closed
{
    DISPLAY: none;
    VISIBILITY: hidden
}
.white
{
    COLOR: white
}
.copynormal
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: green
}
.copyrev
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    BACKGROUND-COLOR: green
}
.htmlbox
{
    FONT-SIZE: 12px;
    FONT-FAMILY: 'Comic Sans MS', Verdana, Arial, Helvetica
}
.link2
{
    COLOR: mediumblue
}
*/
table#index_table
{
  margin: 0px auto;
  width: 496px;
  background: url('mc13/background.gif');
}

table#index_table td
{
  vertical-align: top;
  padding: 0px;
}

table#index_table th
{
  padding: 4px 4px 4px 4px;
  background-color: #c82128;
  color: #b3b4b4;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}

table#index_table th a
{
  color: #b3b4b4;
}

table#index_table th span.issn_number
{
  display: block;
  font-size: 10px;
}

table#index_table ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

table#index_table ul li
{
  padding: 2px;
}

table#index_table a
{
  color: #6b0000;
  margin: 0px;
  padding: 0px;
}

ul
{
  list-style-type: circle;
}

ol li
{
  margin-bottom: 8px;
}

span.contact_name
{
  display: block;
  font-weight: bold;
}

span.contact_position
{
  display: block;
  font-weight: bold;
}

span.contact_telephone
{
  display: block;
}

span.contact_email
{
  display: block;
}

img
{
  border: 0px solid black;
}

table#contact_table
{
  margin: 0px auto;
  width: 80%;
}

table.link_table
{
}
  
table.link_table tr
{
}

table.link_table td
{
  padding: 5px;
  border-top: 3px solid white;
}

table.link_table td.left
{
  background-color: #b4b3b4;
  width: 60px;
  text-align: center;
}

table.link_table td.right
{
  border-left: 3px solid white;
  background-color: #DDD;
  width: 400px;
}

table.link_table td.icon
{
  padding: 0px;
}

table.link_table a{
  text-decoration: none;
}