body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    line-height: 1.3em;
    text-align: center;
}
div, td, th {
    font-size: 12px;
    font-family: Arial;
}
h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #004679;
}
h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
}
img {
    border: 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.all {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 972px;
    overflow: hidden;
    text-align: left;
}

.content_top {
    padding-top: 5px;
    width: 100%;
    height: 40px;
    background: url(border_top.gif) no-repeat bottom #ffffff;
}
.content_nav {
    width: 100%;
    overflow: hidden;
    background: url(border_side.gif) repeat-y;
}
.content_banner {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
    background: url(border_side.gif) repeat-y;
}
.content_body {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(border_side.gif) repeat-y;
    color: #333333;
}
.content_footer {
    padding-top: 20px;
    width: 100%;
    height: 60px;
    background: url(border_bottom.gif) no-repeat;
    font-size: 11px;
    text-align: center;
    color: #666666;
}

td.nav_logo {
    padding-left: 15px;
    width: 300px;
}
td.nav_link {
    text-align: center;
}
a.nav_link {
    padding-top: 3px;
    padding-bottom: 3px;
}
a.nav_link:hover {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ccccff;
}
a.link {
    text-decoration: underline;
    color: #ff6600;
}
a.link:hover {
    text-decoration: underline;
    color: #cc3333;
}
ul.link {
    margin-top: 0;
    margin-bottom: 15px;
    list-style-type: square;
    color: #ff6600;
    line-height: 1.7em;
}
img.link {
    margin-right: 5px;
    vertical-align: top;
}

td.column {
    padding-left: 15px;
    padding-right: 15px;
}

table.borderless {
    padding: 0;
    border-collapse: collapse;
}
table.normal {
    border-collapse: collapse;
}
table.normal th {
    padding: 3px;
    border: 1px #cccccc solid;
    background-color: #999999;
    text-align: left;
}
table.normal td {
    padding: 3px;
    border: 1px #cccccc solid;
    background-color: #ffffff;
}

.box
{
    padding: 3px;
    border: 1px #cccccc solid;
}

.highlight {
    font-weight: bold;
    color: #9999ff;
}




