/* Copyright (C) 1997-2001 by JETINTERNET. All rights reserved. */
H1 {
	font-size : 16pt;
}
H2 {
	font-size : 14pt;
}
H3 {
	font-size : 12pt;
}
H4 {
	font-size : 10pt;
}
TABLE,TH,TD,P,OL,UL,LI,DL,DT,DD,FORM,FONT {
	font-size : 10pt;
}
ADDRESS {
	font-size : 9pt;
	font-style : normal;
	text-align : center;
}
em {
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}

A:link {
	color : #0066ff;
	text-decoration : none;
}
A:visited {
	color : #0066ff;
	text-decoration : none;
}
A:active {
	color : #CC0000;
	text-decoration : underline;
}
A:hover {
	color : #CC0000;
	text-decoration : underline overline;
}

.small {
	font-size: 8pt;
}

.up {
	clear: both;
	text-align : right;
	font-size : 8pt;
	padding-bottom : 0;
	margin-bottom : 0;
}

.lh140 {
	line-height: 140%;
}
