body {
    color: #000000;
    margin: 0px;
}
h1 {
    color: #374B75;
    text-align: center;
    margin: 0;
}
p {
    text-align: justify;
}
li {
    text-align: justify;
}

.center {
    text-align: center;
}
.bold {
    color: #000000;
    text-align: justify;
    font-weight: bold;
}
.centerbold {
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.centerboldunderline {
    color: #000000;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}
.new {
    font-weight: bold;
    color: #FF0000;
}
.error {
    font-weight: bold;
    color: #FF0000;
}

a:link {
    color: #374B75;
    text-decoration: underline;
}
a:visited {
    color: #374B75;
    text-decoration: underline;
}
a:hover {
    color: #428DFF;
    text-decoration: underline;
}
a:active {
    color: #428DFF;
    text-decoration: underline;
}

.announcement {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-image:    url("/img/back/bottom.jpg");
}
.copyright {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-image:    url("/img/back/bottom.jpg");
}
.left {
    width: 187px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    background-image:    url("/img/back/left.jpg");
}
.right {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    background-image:    url("/img/back/rightback.jpg");
}
.leftth {
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    text-align: left;
    background-image:    url("/img/back/left1.jpg");
}
.lefttd {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    background-image:    url("/img/back/left2.jpg");
}
.menu {
    text-align: center;
    font-weight: bold;
    background-image:    url("/img/back/bottom.jpg");
}

.example {
    text-align: center;
    vertical-align: top;
    height: 32px;
}
.newstable {
    border: 1px solid #000000;
    padding: 0px;
    width: 80%;
}
.newstd {
    border: 1px solid #000000;
    padding: 0px;
    text-align:center;
}
