/* CSS Document */

body {
background-image: url(images/bg.gif);
font: 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
color: #000;
text-align: center; /* for IE */
}

#container {
width: 762px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
background-color: #fff;
}


#header {
margin: 0px 0px 0px 0px;
}

#content {
padding: 20px;

}


#footer {
clear: both;
font-size: 10px;
text-align: left;
color: #666; 
padding-top: 20px;
}

div.spacer {
  clear: both;
}
  
a, a:visited {
color: #04466d;
text-decoration: none;
}

a:hover, a:visited:hover { 
color: #0099cc;
text-decoration: underline;
}

#box {background-color: #fff;}

h1 { font-weight: bold; font-size:14px;}

h2 {font-weight: bold; font-size:12px;}

#content img { padding-right: 6px; }


/* Fireworks CSS */

td img {display: block;}