/* external style sheet acrylamide.css */

	.vtiny	{	font-family: Arial; 
				font-size:2pt;
				color: white;
	}

	.tnr8	{	font-family: Arial; 
					font-size:8pt;
					font-weight:normal;
	}

	.tnr8r	{	font-family: Arial; 
					font-size:8pt;
					font-weight:normal;
					color:red;
	}

	.tnr9	{	font-family: Arial; 
					font-size:9pt;
					font-weight:normal;
	}

	.tnrb9	{	font-family: Arial; 
					font-size:9pt;
					font-weight:normal;
					font-weight:bold;
	}

	.tnrb9r	{	font-family: Arial; 
					font-size:9pt;
					font-weight:normal;
					font-weight:bold;
					color:red;
	}

	.tnr10	{	font-family: Arial; 
					font-size:10pt;
					font-weight:normal;
	}

	.tnrb10	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
	}
	
	.tnr10	{	font-family: Arial; 
					font-size:10pt;
					font-weight:normal;
	}

	.tnr12	{	font-family: Arial; 
					font-size:12pt;
					font-weight:normal;
	}

	.tnrb12	{	font-family: Arial; 
				font-size:12pt;
				font-weight:bold;
	}
	
	.tnrb14	{	font-family: Arial; 
				font-size:14pt;
				font-weight:bold;
	}

	.tnrb16	{	font-family: Arial; 
				font-size:16pt;
				font-weight:bold;
	}
	
	.tnrb18	{	font-family: Arial; 
				font-size:18pt;
				font-weight:bold;
	}
	
	.purple	{	font-family: Arial; 
				font-size:10pt;
				font-weight:bold;
				font-style: italic;
				color: purple;
	}

	.purple_norm	{	
				font-family: Arial; 
				font-size:10pt;
				font-weight:normal;
				font-style: italic;
				color: purple;
	}

	.greyout	{	
				color: grey;
	}


/* end of file */


