
.small
{font-size: 12px; line-height: 120%;}
.small2
{font-size: 12px; line-height: 100%;}
.small3
{font-size: 9pt; line-height: 12pt;}
.small4
{font-size: 8pt; line-height: 10pt;}
.small5
{font-size: 10px; line-height: 150%;}
.small6
{font-size: 10.5pt; line-height: 12pt;}
.small7
{font-size: 10px; line-height: 120%;}
.small8
{font-size: 11px; line-height: 150%;}
.middle
{font-size: 11.5pt; line-height: 15pt;}
.middle2
{font-size: 13pt; line-height: 15pt;}
.large
{font-size: 18pt; line-height: 22pt;}
a:link, a:visited {
	color: blue;
	background-color:transparent; 
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}

a:active {
	text-decoration: underline;
	border-width: 1px;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #000088;
	background-color: #818ccc;
	border-style: none;
	border-width: 1px;
}

a.tip:link, a.tip:visited {
	color: #666666;
	background-color:transparent; 
	text-decoration: none;
	border-style: none;
	border-width: 1px;
}

a.tip:hover, a.tip:focus {
        color: #666666;
        background-color: #aaaaaa;
        text-decoration: none;
        border-style: none;
        border-width: 1px;
}

