.menu {
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	}
.text {
	font-family: tahoma;
	font-size: 10pt;
	}
.small {
	font-family: tahoma;
	font-size: 9pt;
	}
.tiny {
	font-family: tahoma;
	font-size: 8pt;
	}

.rights {
	font-family: tahoma;
	font-size: 8pt;
 	text-align: center;
	}

.title {
	font-family: tahoma;
	font-size: 12pt;
	FONT-WEIGHT: bold;
 	text-align: center;
	}

.links {
	text-decoration: none;
        font-family: tahoma;
	font-size: 10pt;
 	text-align: left;
	color: blue
	}

a.links {
	text-decoration: none;
        font-family: tahoma;
	font-size: 10pt;
 	text-align: left;
	color: black
	}
A:link { color: blue }       /* unvisited link */
A:visited { color: blue }   /* visited links */
A:active { color: red }    /* active links */

.mainborder{
    border-style:solid;
    border-color:black;
    border-width:2px;
}