body {
    margin: 10px 0px 10px 0px;
    width: 100%;
}

#main {
		float:left;
    width: 900px;
}

#panel1 {
    font-size: 13px;
    text-align: right;
}

#panel2 {
    border-bottom: 2px solid rgb(206,26,32);
}

#panel2 table {
    font-size: 13px;
}

#panel3 {
    border-bottom: 2px solid rgb(206,26,32);
}

#panel3 table td {
    height: 30px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

#panel4 {
    border-bottom: 1px solid #FFFFFF;
    background-color: rgb(206,26,32);
}

#panel4 table td {
    padding-top: 2px;
    height: 24px;
    font-size: 13px;
    color: #FFFFFF;
}

#panel5 {
    border-top: 5px solid #000000;
}

#panel10 {
    border-top: 4px solid rgb(22,29,103);
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}

.a1 {
    color: #000000;
    text-decoration: none;
}

.a1:hover {
    color: #000000;
    text-decoration: underline;
}

.a2 {
    color: #FFFFFF;
    text-decoration: underline;
}

.a2:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.a3 {
    color: rgb(102,102,102);
    text-decoration: none;
}

.a3:hover {
    color: rgb(206,26,32);
    text-decoration: underline;
}

.a4 {
    color: #000000;
    text-decoration: none;
}

.a4:hover {
    color: blue;
    text-decoration: underline;
}

.a5 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.a5:hover {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.a6 {
    color: #FFFFFF;
    text-decoration: none;
}

.a6:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.a7 {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.a7:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.a8 {
    color: rgb(53,114,205);
    text-decoration: none;
}

.a8:hover {
    color: rgb(53,114,205);
    text-decoration: underline;
}

.a9 {
    font-size: 14px;
    font-weight: bold;
    color: rgb(53,114,205);
    text-decoration: underline;
}

.a9:hover {
    font-size: 14px;
    font-weight: bold;
    color: rgb(53,114,205);
    text-decoration: none;
}

.a10 {
    color: #000000;
    text-decoration: underline;
}

.a10:hover {
    color: #000000;
    text-decoration: none;
}

.a11 {
    color: #FFFFFF;
    text-decoration: none;
}

.a11:hover {
    color: yellow;
    text-decoration: none;
}

.a12 {
    color: rgb(102,102,102);
    text-decoration: none;
}

.a12:hover {
    color: rgb(102,102,102);
    text-decoration: underline;
}

.a13 {
    color: rgb(94,94,94);
    text-decoration: none;
}

.a13:hover {
    color: rgb(94,94,94);
    text-decoration: underline;
}

.a14 {
    color: red;
    text-decoration: none;
}

.a14:hover {
    color: red;
    text-decoration: underline;
}

.a15 {
    color: rgb(0,0,153);
    text-decoration: none;
}

.a15;link {
    color: rgb(0,0,153);
    text-decoration: none;
}

.a15:hover {
    color: rgb(204,0,0);
    text-decoration: underline;
}

.a15:visited {
    color: rgb(128,0,128);
    text-decoration: none;
}

.title {
    padding-left: 5px;
    height: 32px;
    font-weight: bold;
    font-size: 14px;
}

.tline1 {
    border-bottom: 2px solid rgb(206,26,32);
}

.tline2 {
    border-bottom: 2px solid rgb(7,102,180);
}

.info {
    padding-left: 6px;
    padding-right: 6px;
    height: 26px;
    font-size: 13px;
}

.date {
    font-size: 12px;
    color: rgb(102,102,102);
}


