          body
{
  font-family: sans-serif;
  font-size: small;
  max-width: 410px;
  max-height: 408px;
}
img
{
vertical-align: bottom;
}

.center 
{
  text-align:center;
}
.num    { color: #ED1846; }
.code   { color: #ED1846; }
.gray   { color: #888888; }
.aar    { color: red; }
.c      { text-align: center; }


.top-line-red {
  height: 2px;
  width: 100%;
  background-color: #ED1846;
  font-size: 2px;
  margin: 0px;
  padding: 0px;
}

.middle-line-red {
  height: 3px;
  background-image: url('/pics/line-red.gif');
  font-size: 10px;
  background-repeat : no-repeat;
}

.middle-line-red2 {
  height: 1px;
  background-image: url('/pics/line-red2.gif');
  font-size: 10px;
}

a:link {
color:black;
}

a:visited {
color:#3b384d;
}

a:link {
color:#838281;
}




h1, h2, h3 {
  color: #4C4C4C;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-align: justify ;
}

h1 {
  font-size: large;
}

h2 {
  font-size: medium;
}

h3 {
  font-size: small;
}
.ured { color: #ED1846; }
.green { color: #1846ED; }