A {
	text-decoration : underline;
	color: #44B65B; 
}

A:LINK {
	text-decoration : underline;
	color: #44B65B; 
}

A:ACTIVE {
	text-decoration : underline;
	color: #44B65B;
}

A:VISITED {
	text-decoration : underline;
	color: #44B65B;
}
	
A:HOVER {
	text-decoration : none;
	color: #44B65B;
}


.text	{
	font-size: 8pt;
	line-height : 15px;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	color: #000000;
	text-decoration: none; 
}
	
.title	{
	font-size: 10pt;
	line-height : 25px;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal; 
	color: #44B65B;
	text-decoration: none; 	 
}

.subtitle	{
	font-size: 8pt;
	line-height : 15px;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal; 
	color: #125F24;
	text-decoration: none; 	 
}

.tableHeader	{
	font-size: 8pt;
	line-height : 15px;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal; 
	color: #FFFFFF;
	text-decoration: none; 	 
}

.bold	{
	font-size: 12pt;
	line-height : 15px;	
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal; 
	color: #000000;
	text-decoration: underline; 	 
}
	
.pageproperties {  
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;	
 }
 
.tableproperties {  
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	padding: 0px;
	border: thin;	
 }
 
.floatright {float: right}

.floatleft {float: left}
