
.link {
        cursor : hand;
        text-decoration : none;
}

.link:hover {
        cursor : hand;
        text-decoration : underline;
}

.selecttext
{
        font-size : 12px;
}

.menu
{
        font-size:12px;
        color:#000000;
}

.sectiontitle
{
        font-size:20px;
        color:#4B4B4B;
}

.sectiontext
{
        font-size:12px;
        color:#4B4B4B;
}

.sidebartitle
{
        font-size:16px;
        color:#666666;
        font-weight : bold;
}

.blacklink {
        cursor : hand;
        text-decoration : underline;
        color : black;
}

.newstext {
        font-size:8pt;
        color:#4B4B4B;
}

img.withborder {
    padding : 5px;
    border : 1px solid #CECEBD;
}

