P, H1, H2, A, UL, LI, DT, DL, DD  {
	font-family : sans-serif;
}

P  {
	font-family : sans-serif;
	color : Black;
	text-align : justify;
	font-size : 10pt;
}

H1  {
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	color : Teal;
}

H2  {
	font-size : 14pt;
	font-weight : bold;
	font-style : normal;
	color : Teal;
}

A:Visited  {
	text-decoration : underline;
	font-weight : bold;
	color : #cc3300;
}

A:Active  {
	text-decoration : underline;
	font-weight : normal;
	font-style : italic;
}

P.top  {
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Teal;
	border-bottom-width : thin;
	border-color : Red;
	border-style : inset;
}

P.links  {
	font-family : sans-serif;
	color : Teal;
	text-align : left;
}

P.bot  {
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Teal;
	border-color : Red;
	border-style : outset;
	border-top-width : thin;
	text-align : right;
}

A:Link  {
	text-decoration : underline;
	font-weight : bold;
	color : Navy;
}

UL, LI  {
	font-size : 10pt;
}

P.imgu  {
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Teal;
	border-color : Red;
	border-style : inset;
	text-align : right;
	border-right-width : thin;
	border-bottom-width : thin;
	padding-bottom : 0;
	margin-top : 0;
	padding : 0;
}

P.imgo  {
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : bold;
	color : Teal;
	border-color : Red;
	border-style : outset;
	text-align : left;
	border-top-width : thin;
	border-left-width : thin;
	line-height : 0.1;
	padding-top : 0;
	margin-top : 0;
}

