@charset "utf-8";
/* CSS Document */

.body{
	background-image:url('icons_pictures/bg_b.png');
	background-repeat: repeat;

	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:blue;
}

A:link { text-decoration: none }
A:hover { color: darkblue;	}

.text{ 
		/*set the font and style for news and all tekst*/
		font-family:Arial, Helvetica, sans-serif;
		color:blue;
		padding-left:10px;
		font-size=10pt;
		}
		
.textGetTip{ 
		/*set the font and style for news and all tekst*/
		font-family:Arial, Helvetica, sans-serif;
		color:white;
		text-align:center;
		}		

.table{	
		/*set the font style for the main content*/	
		color:blue;	
		font-family:arial;	
		font-size:10pt;
		text-align:left;
		/*align the main content nicely*/	
		border-color:blue;
		border-left: 1px solid blue;
		border-right: 1px solid blue;
		border-bottom: 1px solid blue;
		border-top: 1px solid blue;
		background:white;
		}		
.tableNoBorder{
			/*table no border*/
		color:blue;	
		font-family:arial;	
		font-size:10pt;
			border:0;
			background:white;
			padding:0;
}

.SpryHiddenRegion
{visibility:hidden;}