.roundcont {
    width: 250px;
    background-color: #f90;
    color: #fff;
}

.roundcont p {
    margin: 0 10px;
}

.roundtop { 
    background: url(/images/round-top_03.gif) no-repeat top right; 
}

.roundbottom {
    background: url(/images/round-br.gif) no-repeat top right; 
}

img.corner {
   width: 9px;
   height: 19px;
   border: none;
   display: block !important;
}
.topleft {
    float:left;
    margin:-1px;
}
.topright {
    float:right;
    margin-top:-1px;
    margin-right:-1px;
}
.botleft {
    float:left;

}
.botright {
    float:right;
}
.boxbottom {
    border-bottom:1px solid #000000;
    height:11px;
}
.boxmiddle {
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

.mainhead {
         font-family: Arial, Helvetica, Verdana, sans-serif;
         font-size: 16px;
         line-height: 18px;
         font-weight: bold;
         color: #333399;
}

.articlelinktable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.introduction {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.section-head {
    background-color: #264989;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-align:center;
    padding:2px;
}


