/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #fff;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #009;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #009;
 font-weight: bold;
}
table#wrapper {
 margin: 0px;
 padding: 0px;
 width: 918px;
}
td#header-sub {
 background: #fff;
}
a.top-nav {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #00f;
 text-decoration: none;
}
a.top-nav:link, a.top-nav:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #00f;
 text-decoration: none;
}
a.top-nav:hover {
 color: #f00;
}
td#content-left {
 width: 69px;
 background: #fff url(images/content-left.jpg) top no-repeat;
}
td#content-right {
 width: 69px;
 background: #fff url(images/content-right.jpg) top no-repeat;
}
td#content {
 background: #fff url(images/ant.jpg) bottom right no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
td#footer {
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
