/* CSS Document */
h1
{
	font-family: arial; 
	font-size: 10pt; 
	color: #333333; 
	font-weight: bold;
	text-align: justify;
} 
.contents 
{
	font-family: arial; 
	font-size: 10pt; 
	color: #333333; 
	font-weight: bold;
	text-align: justify;
} 
.contentsgreen 
{
	font-family: arial; 
	font-size: 10pt; 
	color: #1E8A31; 
	margin-top: 0; 
	margin-bottom: 0; 
	font-weight: bold;
}
.contentsgreenlarge
{
	font-family: arial; 
	font-size: 12pt; 
	color: #1E8A31; 
	margin: 0; 
	font-weight: bold;
}
.contentssmall 
{
	font-family: arial;
	font-size: 9pt;
	color: #666666;
	text-align: left;
	font-weight: normal;
}
.contentssmall2 
{
	font-family: arial; 
	font-size: 9pt; 
	color: #666666;
	font-weight: normal;	
}
.contentssmallgreen
{ 
	font-family: arial; 
	font-size: 9pt; 
	color: #1E8A31;
	font-weight: normal;
}
.bullets
{
	margin-top: 4;
	font-family: arial;
	font-size: 9pt;
	color: #1E8A31;
}
body
{
	background-color: #FFFFFF;
}
div
{
	height: auto;
	text-align: center;
	margin: 0 auto;
}
div2
{
	height: auto;
	text-align: left;
	margin: 0 auto;
}
div.mid
{
	text-align: center;
	margin: 0 auto;
	width: 800px;
	height: auto;
}
A   
{ 
	text-decoration: none; 
	color: #1E8A31; 
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal;
}
.greentext
{
	font: normal 9pt Arial;
	color: #1E8A31;
}
.cursor
{
	cursor:pointer;
}
A:Hover   
{ 
	text-decoration: underline; 
	color: #1E8A31; 
	font-family: arial; 
	font-size: 9pt; 
	font-weight: normal;
}
em 
{
	font-family: arial;
	color: #1E8A31;
	font-size: 10pt;
	font-weight: bold;
}

