.textcell{
	font-weight : normal;
	font-size : 15px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	
	}
.textsmall {
	font-weight : normal;
	font-size : 12px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";	
	}
.textbold {
	font-weight : 600;
	font-size : 15px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	}
.textitalic {
	font-weight : normal;
	font-size: 16px;
	font-family: "Times New Roman, Times, Palatino, serif";
	font-style: italic;
}
.text13 {
	font-weight : 500;
	font-size : 13px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	}



.copyright {
	font-weight : normal;
	font-size: 10;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	}


	a:link {
	text-decoration:none;
	color: #330066;
		
}
	a:visited {
	text-decoration:none;
	color: #330066;
	
}
	a:active {
	text-decoration:none;
	
}
	a:hover {
	text-decoration: underline;
	color:#6600FF;	
}
