html		{overflow-y: scroll;}

body		{
		background-color: #FFFFFF;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

table		{
		margin-top: 20px;
		margin-bottom: 20px;

		}

.background	{
		background-attachment: fixed;
		background-image:  url(../files/bg4.gif);
		background-repeat: no-repeat;
		background-position: right 0px;
		}

.title		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 28px;
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		letter-spacing: 3px;
		}

.meny		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1pt;
		line-height: 16pt;
		color: #000000;
		text-decoration: none;
		}

a:hover		{
		color:#FF6600;
		text-decoration: underline;
		}

a		{
		text-decoration: none;
		color: #000000;
		}

.bodytext	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		letter-spacing: 1pt;
		z-index: 1;
		}

.smalltext	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: lighter;
		color: #999999;
		text-decoration: none;
		}

.prompt		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF6600;
		text-decoration: underline;
		letter-spacing: 1pt;
		}

.tabletext	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		letter-spacing: 1pt;
		z-index: 1;
		}