h1 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 18px;
	letter-spacing:0.25mm;
	word-spacing:0.5mm;
	}

h2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 18px;
	letter-spacing:0.25mm;
	word-spacing:0.5mm;
	}

h3 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 14px;
	letter-spacing:0.1mm;
	word-spacing:0.2mm;
	}



p.small {
    font-size:8pt;
    letter-spacing:0.1mm;
    word-spacing:0.2mm;
    line-height:12px;
    color:#400040;
	}

p.vsmall {
    color:  rgb(1,0,2);
    font-size:7pt;
    letter-spacing:0.1mm;
    word-spacing:0.15mm;
    line-height:8px;
	}

.fs9 {
    font-size: 9pt;
	}

tr.even { color: black;}
tr.odd { color: white;}

a {
/*	font-size: 9pt; */
	text-decoration: none;
	}

a:link { color: black }
a:visited { color:black }
a:hover {
	color: #DE1D18;
	text-decoration: none;
	}
a:active {
	color: #DE1D18;
	}







.line_top
{	border-top: 1px dashed black;
	margin-top: 2px;
}


.red
{	color: #DE2118;
}
.white
{	color: white;
}
