* {
padding: 0;
margin: 0;
}

body
{
font-family: Arial;
font-size: 12px;
color: #3b3b3b;
text-align: justify;
background-color: #3b3b3b;
background-image: url(images/body.png);
padding: 0;
margin: 0;
}

#page {
width:701px;
text-align:left;

}

#header {
width:701px;
position:absolute;

}

#content {
width:401px;
position:absolute;
text-align:left;
top: 285px;
left: 60px;

}

#addon {
width:100px;
position:absolute;
text-align:left;
top: 285px;
left: 550px;

}

#footer {
width:701px;
height:22px;
background-image:url(images/bottom.png);
clear:both;
text-align:center;
}

a {
font-weight:bold;
color:#333333;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}

table {
  border: 0;
font-family:Arial;
font-size:12px;
color:#555555;
} 

.noborder img{
border:none;
}

h2 {
font-size:20px;
color:#333333;
font-weight:bold;
}

h3 {
font-size:15px;
color:#333333;
font-weight:normal;
}

CAPTION.MYTABLE
  {
     background-color:#848484;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:848484;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#eaeaea;
     text-align:center;
     width:400px;
     border-style:solid;
     border-color:#848484;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     background-color:#eaeaea;
     color:565656;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#848484;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }



