/*
    it.css

    In general, it seems that you need to specify a font
    size 1px bigger for netscape4 than for ie. So if ie's
    font is 14px, then netscape4's should be 15px and so
    on.
*/


td
{
  color: rgb(88,89,91);
  border: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;

}

/*
    This fixes the problem of whitespace appearing below
    images in tables (in Mozilla).
*/
td img.xx
{
  display: block;
}

td.td0
{
  border: 0;
  padding: 0;
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


th
{
  border: 0;
  padding: 0;
  text-align:left;
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

img
{
  border: 0;
  padding: 0;
}


h1
{
  color: rgb(154,135,196);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  margin:0;
  padding:0;
}

h2
{
  color: rgb(154,135,196);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  margin:0;
  padding:0;
}

h3
{
  color: rgb(154,135,196);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin:0;
  padding:0;
}

h4
{
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin:0;
  padding:0;
}

h5
{
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
  margin:0;
  padding:0;
}


.a4
{
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  text-decoration:none;
}

body
{
  color: rgb(88,89,91);
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a
{
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration:underline;
}


.the
{
  color: rgb(179,181,182);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.what
{
  color: rgb(238,239,239);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.banner
{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:92px;
    padding:0;
    margin:0;
}

.menu
{
    position:absolute;
    top:92px;
    left:0;
    width:220px;
}

.text-body
{
    margin-top:10px;
    position:absolute;
    top:92px;
    left:230px;
    right:20px;
}

.footer
{
  color: rgb(88,89,91);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
  margin:0;
  padding:0;
  position:absolute;
  bottom:-50px;
  left:0;
  right:230px;
  text-align:center;
}


.menu-item
{
  color: rgb(154,135,196);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

a.menu-item
{
  text-decoration: none;
}

a:link
{
  color: rgb(154,135,196);
}

a:visited
{
  color: rgb(154,135,196);
}

a:active
{
  color: rgb(154,135,196);
}

a.banner-link:link
{
  text-decoration:none;
}

a.banner-link:visited
{
  text-decoration:none;
}

a.banner-link:active
{
  text-decoration:none;
}
