BODY {

    margin : 0;
    background : #ffffff;
    scrollbar-base-color: #c4cbc4;
    scrollbar-face-color: #c4cbc4;	
    scrollbar-highlight-color: #c4cbc4;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #c4cbc4;
    scrollbar-shadow-color: #4d4e4d;
    scrollbar-arrow-color: #4d4e4d;
    scrollbar-track-color: #c4cbc4;

}
a:link {

    color : #e49306;
    text-decoration : none;

}
a:visited {

    color : #e49306;
    text-decoration : none;

}
a:active {

    color : #4d4e4d;
    text-decoration : none;

}
a:hover {

    color : #4d4e4d;
    text-decoration : none;
    
}
a:link.grey {

    color : #4d4e4d;
    text-decoration : none;

}
a:visited.grey {

    color : #4d4e4d;
    text-decoration : none;

}
a:active.grey {

    color : #4d4e4d;
    text-decoration : none;

}
a:hover.grey {

    color : #e49306;
    text-decoration : none;
    
}
.just {

    text-align : justify;

}
TABLE {

    color : #000000;
    font : 12px arial, verdana, helvetica, sans-serif;
    font-weight : normal;

}
.contact {

    color : #4d4e4d;
    font : 11px arial, verdana, helvetica, sans-serif;
    font-weight : normal;

}
.copyright {

    background-image : url("images/bottom-shade.gif");

}
.highlands {

    background-image : url("images/highlandslogo.jpg");

}
.highlandsbg {

    background-image : url("images/bg-highlands.jpg");

}
.center {

    background-image : url("images/bg-center.jpg");

}
.side {

    background-image : url("images/bg-sidebar.jpg");

}
.image {

	border-style:solid;
	border-color: #4d4e4d;
	border-width:1px;
	
}
LI {

    color : #000000;
    font : 12px arial, verdana, helvetica, sans-serif;
    font-weight : normal;

}
.title {

    color : #4d4e4d;
    font : 20px arial, verdana, helvetica, sans-serif;
    font-weight : bold;

}
.subtitle {

    color : #4d4e4d;
    font : 14px arial, verdana, helvetica, sans-serif;
    font-weight : bold;

}
.copytext {

    color : #666666;
    font : 10px arial, verdana, helvetica, sans-serif;

}
.menu {

    font-family : arial, verdana, helvetica, sans-serif;
    font-size : 9pt;
    height : 25px;
    padding-top : 3px;
    padding-bottom : 3px;
    padding-left : 7px;
    padding-right : 7px;
    font-weight : bold;
    text-align : center;
    line-height : 15px;
    border : 0 solid #000000;

}
a.menu:link {

    background-image : url("images/menu.gif");
    background-color : #c4cbc4;
    color : #4d4e4d;

}
a.menu:visited {

    background-image : url("images/menu.gif");
    background-color : #c4cbc4;
    color : #4d4e4d;

}
a.menu:active {

    background-image : url("images/menu.gif");
    background-color : #c4cbc4;
    color : #4d4e4d;

}
a.menu:hover {

    background-image : url("images/menuon.gif");
    background-color : #c4cbc4;
    color : #e49306;

}