/* TIMG CSS */

body
{
margin: 0;
padding: 0;
text-align: center;
font-family: Arial, sans-serif;
font-size: 9pt;
line-height: 1.25em;
color: #333333;
}

p
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.25em;
	color: #333333;
}
	
p.italic
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #666633;
}
h1
 { color: #000000; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }
h2
 { color: #603; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal }
h3
  { color: #663; font-size: 10pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-align: center }

h4
{
color: #663; 
font-size: 10pt; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
font-weight: bold;
}


h5
 { color: #603; font-size: 8pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold }


/* class of link named 'normal' */

a.normal
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
a.normal:link
 { color: #660033 }
a.normal:visited
{
	color: #999966;
	text-decoration: none;
}
a.normal:hover
{
	color: #660033;
	text-decoration: underline;
}
a.normal:active
{
	color: #660033;
	text-decoration: underline;
}

/* class of link named 'normal-sml' */

a.normal-sml
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}
a.normal-sml:link
{
	color: #660033;
	text-decoration: none;
}
a.normal-sml:visited
{
	color: #999933;
	text-decoration: none;
}
a.normal-sml:hover
{
	color: #660033;
	text-decoration: underline;
}
a.normal-sml:active
{
	color: #660033;
	text-decoration: underline;
}

/* class of a link named 'return' */

a.return
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
a.return:link
{
	color: #669933;
}
a.return:visited
{
	color: #669933;
}
a.return:hover
{
	color: #999933;
}
a.return:active
{
	color: #669933;
}

/* class of a link named 'tan'*/

a.tan
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a.tan:link
{
	color: #999933;
}
a.tan:visited
{
	color: #cccc66;
}
a.tan:hover
{
	color: #cccc66;
}
a.tan:active
{
	color: #999933;
}

/* class of a link named 'tan-mid'*/

a.tan-mid
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
a.tan-mid:link
  { color: #660; text-decoration: none }
a.tan-mid:visited
  { color: #660; text-decoration: none }
a.tan-mid:hover
 { color: #660; text-decoration: underline }
a.tan-mid:active
 { color: #660; text-decoration: underline }

/* class of a link named 'tan-sml'*/

a.tan-sml
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.tan-sml:link
{
	color: #999933;
}
a.tan-sml:visited
{
	color: #cccc66;
}
a.tan-sml:hover
{
	color: #cccc66;
}
a.tan-sml:active
{
	color: #999933;
}

.inset
{
margin: 0;
padding: 10px;
width: 350px;
background-color: #E0E0C2;
border: 1px solid #999966;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-size: 10pt;
color: #000000;
}

li.tan
{
color: #666633; 
font-size: 10pt; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
text-align: left; 
list-style-type: circle; 
}
