/* MEEQ AB - Stylesheet for left menues - all languages  */
.address	{
	font-family: "Verdana","Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	}
BODY	{
	font-family: "Arial", "Verdana","Helvetica", sans-serif;
	background: #FFFFFF;
	font-size: 12pt;
	}
P	{
	color: gray;
	}
h3	{
	font-family: "Verdana","Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	}

TD	{
	font-family: "Verdana","Arial", "Helvetica", sans-serif;
	border-width: 0pt;
	border-color: white;
	margin-right: 4pt;
	padding: 2pt;
	background: Gray;
	color: white;
	width: 160px;
	}
	
A:link 	{
	color: yellow;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}
	
A:visited {
	color: yellow;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}
		
A:hover	{
	color: white;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}

A:active {
	color: lightgreen;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	}
