﻿
/*other text*/
.texttitle
{
    font-weight: bold;
    color: white;
    font-family: Tahoma;
    font-size: 9pt;
}

/*other link*/

.linkother
{
	text-decoration: none;
	
}

.linkother:hover
{
	text-decoration:underline ;
}

.other
{
    color: #0c783f;
    text-decoration: none;
    font-size: 11pt;
}

.other:hover
{
	text-decoration:underline ;
}