/* Tees Valley Measurement CSS */

BODY			
			{background-color: rgb(255, 255, 248);}

A:link		{color:blue}
A:visited	{color:blue}
A:hover		{color:green}

.normal		{font-family: Arial,Helvetica,sans-serif;
			font-size: 10pt;
			letter-spacing: 0.6;
			color: darkblue;
			font-weight: normal;
			text-align: justify;
			cursor: default;}
			
.normal_bigger	
			{font-family: Arial,Helvetica,sans-serif;
			font-size: 13pt;
			letter-spacing: 0.6;
			color: darkblue;
			font-weight: normal;
			text-align: justify;
			cursor: default;}
			
.normal_v_large	
			{font-family: Arial,Helvetica,sans-serif;
			font-size: 18pt;
			letter-spacing: 0.6;
			color: blue;
			font-weight: normal;
			text-align: justify;
			cursor: default;}

.meta		{font-family: Arial,Helvetica,sans-serif;
			font-size: 1pt;
			letter-spacing: 0.8;
			color: white;
			text-align: justify;
			cursor: default;}
			
.date		{font-family: Verdana,Arial,Helvetica;
			font-size: 8pt;
			letter-spacing: 0.9;
			color: white;
			text-align: right;
			cursor: default;}

.menu		{font-family: Verdana,Arial,Helvetica;
			font-size: 8pt;
			text-decoration:none;
			letter-spacing: 0.9;
			text-align: right;
			cursor: hand;}

.link		{color:blue;
			font-family: Arial,Helvetica,sans-serif;
			letter-spacing: 0.5;
			text-decoration:none;
			color: blue;
			font-weight: bold;
			font-size: 9pt;
			cursor: hand;}

.link_notready		
			{color:blue;
			font-family: Arial,Helvetica,sans-serif;
			letter-spacing: 0.5;
			text-decoration:none;
			color: blue;
			font-weight: bold;
			font-size: 9pt;
			cursor: crosshair;}
					
.bullet_heading				
			{font-family: Arial,Helvetica,sans-serif;
			font-size: 8pt;
			letter-spacing: 0.5;
			color: darkred;
			text-align: justify;
			cursor: default;
			font-weight: bold;}
			
.promote	{font-family: Arial,Helvetica,sans-serif;
			font-size: 8pt;
			letter-spacing: 0.8;
			color: darkblue;
			text-align: justify;
			cursor: default;}
				
.subtext	{font-family: Arial,Helvetica,sans-serif;
			font-size: 8pt;
			letter-spacing: 0.8;
			color: darkblue;
			text-align: justify;
			cursor: default;}	

.faded_text				
			{font-family: Arial,Helvetica,sans-serif;
			font-size: 10pt;
			letter-spacing: 0.6;
			color: silver;
			text-align: justify;
			cursor: crosshair;
			font-weight: bold;}

