.vertically a:link,
.vertically a:VISITED,
.vertically a:active{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 13px;
        color: #EFF7FF;
}

.vertically a:hover{
        font-family: Arial Unicode MS;
        text-decoration : none;
        font-size : 13px;
        color: #FFF;
}

.horizontal a:link,
.horizontal a:VISITED,
.horizontal a:active{
        text-decoration : none;
        font-size : 12px;
        font-weight: bold;
        color: #191970;
}

.horizontal a:hover{
        text-decoration: none;
        font-size : 12px;
        font-weight: bold;
        color: #000;
}

td.horizontal:hover{
		background: #FFF;
}
.horizontal{
		border-right: 1px solid #708090;
}

.vertically{

}

.module_title{
        font-family: Arial Unicode MS;
        font-size: 12px;
        color: #1F303F;
        font-weight: bold;
}

