@charset "utf-8";
/* CSS Document */

body
{
	font-family: Lucida Sans, Lucida Grande, Helvetica-Regular, Arial, sans-serif;	
}

h1
{
	border-bottom: red;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
}

h2
{
	color: #333;
	font-size: 18px;
	line-height: 16pt;
	text-align: left;
	text-transform: inherit;
}

h3
{
	color: #333;
	font-size: 14px;
	line-height: 16pt;
	text-align: Justify;
	text-transform: inherit;
}



p
{
	color: #666;
	font-size: 14px;
	line-height: 16pt;
	text-align: justify;
	text-transform: inherit;
}

.footnote
{
	color: #666;
	font-size: 10px;
	line-height: 16pt;
	text-align: left;
	text-transform: inherit;
}

li
{
	color: #666;
	font-size: 14px;
	line-height: 16pt;
	text-align: justify;
	text-transform: inherit;
}



A.xxx:link
{
	text-transform: inherit;
	text-decoration: none;
	color: #333;
}

A.xxx:visited
{
	text-transform: inherit;
	text-decoration: none;
	color: #333;
}

A.xxx:hover
{
	text-transform: inherit;
	text-decoration: none;
	color: #C03;
}



.info
{
font-size: 14px;
}



A.yyy:link
{
	text-transform: inherit;
	text-decoration: none;
	color: #333;
}

A.yyy:visited
{
	text-transform: inherit;
	text-decoration: none;
	color: #333;
}

A.yyy:hover
{
	text-transform: inherit;
	text-decoration: none;
	color: #C03;
}

A.yyy
{
	border-bottom: #C03;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
}

.rich
{
	float: right;
	padding: 0 0 10px 10px;
}




