BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial
}


    A.blue:visited
	{
	COLOR: black;
	FONT-FAMILY: Arial,Helvetica, sans-serif
	}

    A.blue:hover
	{
	COLOR: red;
	FONT-FAMILY: Arial,Helvetica, sans-serif;
	TEXT-DECORATION: none
	}
   A.blue:link
	{
	COLOR: black;
	FONT-FAMILY: Arial,Helvetica, sans-serif
	}


	A.red:visited
		{
		text-decoration: underline;
		color: #0033CC;
		font-family: Verdana;
		font-size: 10px;
		}
	A.red:hover
		{ 
		text-decoration: none;
		color: red;
		font-family: Verdana; 
		font-size: 10px;
		} 
	A.red:link
		{ 
		text-decoration: underline;
		color: #0033CC;
		font-family: Verdana; 
		font-size: 10px;
		}


	A.order:visited
		{
		text-decoration: underline;
		color: #0033CC;
		font-family: Verdana;
		font-size: 12px;
		}
	A.order:hover
		{ 
		text-decoration: none;
		color: red;
		font-family: Verdana; 
		font-size: 12px;
		} 
	A.order:link
		{ 
		text-decoration: underline;
		color: #0033CC;
		font-family: Verdana; 
		font-size: 12px;
		}