/* CSS1 index style sheet by Didi */


body
	{
	background-color: #021b18;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	}
	
	
a {text-decoration: none;}

a.mainlink{color:#29de9c;}
a.mainlink:hover {color: #00ff5a;}

ADDRESS
	{
	font-family: Times, serif;
	font-size: 8pt;
	color: #094f46;
	font-style: italic;
	font-weight: normal;
	}


.maintext
	{
	font-weight: normal;
	color: #021b18;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	}


.charttext
	{
	font-weight: normal;
	font-style: italic;
	font-size: 12pt;
	color: #ff0000;
	padding-left: 30px;
	padding-right: 30px;
	}


table.subpage
	{
	background-color: #ffffff;
	border-color: #094f46;
	border-width: 15px;
	border-style: solid;
	} 




	
	
	