/* CSS Document */

body
{
	font: 12pt Arial;
	color:black;
	background-image:url('../images/ltyllow.jpg');
	text-align:justify;	
}

img
{
	width:700;
	height:80;
}

img.acrobat
{
	width:90;
	height:30;
}

p.center
{
	text-align:center;
}
p.left
{
	text-align:left;
}

p.justify
{
	text-align:justify;
}

p.note
{
	font:bold 10pt Arial;
	color:black;
	text-align:justify;	
}

p.note_date
{
	font:bold 10pt Arial;
	color:black;
	text-align:center;	
}

h1
{
	font: bold 18pt Arial;
	color:black;
	text-align:center;
}

h2
{
	font: bold 14pt Arial;
	color:black;
	text-align:center;
}

h3
{
	font: bold 12pt Arial;
	color:black;
	text-align:center;
}

h4
{
	font: bold 12pt Arial;
	color:black;
	text-align:center;
}


h1.left
{
	font: bold 18pt Arial;
	color:black;
	text-align:left;
}

h2.left
{
	font: bold 14pt Arial;
	color:black;
	text-align:left;
}

h3.left
{
	font: bold 12pt Arial;
	color:black;
	text-align:left;
}


table
{
	border-style:solid;
	border-width:1px;
	cellpadding: 3px;
	width:100%;
}

th
{	
	border-style:inset;
	border-width:1px;
	font: bold 12pt Arial;
	text-align:center;
}


th.wide
{	
	border-style:inset;
	border-width:1px;
	font: bold 12pt Arial;
	text-align:center;
	width: 35%;
}
th.narrow
{	
	border-style:inset;
	border-width:1px;
	font: bold 12pt Arial;
	text-align:center;
	width: 10%;	
}

td
{	
	border-style:inset;
	border-width:1px;
	font: 12pt Arial;
	color:black;
	text-align:left;
}

td.fees
{	
	border-style:inset;
	border-width:1px;
	font: 12pt Arial;
	color:black;
	text-align:right;
	width:40%;
}

ul.abcUL
{
	list-style-type:lower-alpha;
}

li.abcLI
{
	font: 10pt Arial;
	color:black;
}

li
{
	font: 12pt Arial;
	color:black;
}

a
{
	font:12pt Arial;
}

a:link
{	
	color:#800080;
}

a:visited
{
	color:#808040;
}

a:active
{
	color:#000000;
}


a.langLink
{
	font:bold italic 9pt Arial;	
}

a.internalLink
{
	font:bold italic 12pt Arial;	
}

ins.arial12pt
{
	font: bold 12pt Arial;
	color:black;
	text-decoration:none;
}

