TD
	{
		font-family: times new roman;
		font-size: 10pt;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
	}
	
.font1
	{
		font-family: times new roman;
		font-size: 10pt;
		font-weight: normal;
		text-decoration: none;
		color: #000000;
	}
	
.bold
	{
		font-family: times new roman;
		font-size: 9pt;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
	}
	
.header
	{
		font-family: arial;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		color: black;
	}

.headersm
	{
		font-family: arial;
		font-size: 11pt;
		font-weight: bold;
		text-decoration: none;
		color: black;
	}
	
	
.headerlg
	{
		font-family: arial;
		font-size: 13pt;
		font-weight: bold;
		text-decoration: none;
		color: black;
	}
	
.under
	{
		font-family: times new roman;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: underline;
		color: black;
	}	
	
.underline
	{
		font-family: times new roman;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: underline;
		color: black;
	}		
A:LINK {
	color:navy;
	text-decoration: none;
}
A:VISITED {
	color:navy;
	text-decoration:none;
}
A:HOVER {
	color:#6699cc;
}
A:ACTIVE {
	color:red;
	text-decoration:none;
}	