.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:18px;
        color:#4B4B4B;
        text-decoration : bold;
}

.blacklink {
        cursor : hand;
        text-decoration : underline;
        color : black;
}

.newstext {
        font-size:8pt;
        color:#4B4B4B;
}

.divbullet {
	background-image:url(images/amber_dot.png);
	background-repeat:no-repeat;
	background-position:50px 15px;
	font-size:10pt;
	padding-left:70px;
	padding-right:50px;
	padding-top:10px
}

IMG.withborder {
    	padding : 5px;
    	border : 1px solid lightgrey;
    	background-color : #fff;
}

}

