/* developed by yonas sandbęk - seltar@online.no - 2005 */

/* BASIC */

body	{
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	font-family: verdana, arial; 
	text-decoration: none; 
	font-size: 11px; 
	background-color: #e9e9e9; 
	color: #000000;
}

td img, embed	{
	border: 0px;
	display: block;
}

#content {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 90%;
  height: 90%;
}

/* LINKS */

a		{
	font-family: verdana, arial; 
	text-decoration: none; 
	font-size: 11px; 
	color: #0000dd;
}

a:hover{
	font-family: verdana, arial; 
	text-decoration: none; 
	font-size: 11px; 
	color: #555555;
}

/* FORM STYLE */

input, textarea, select	{
	background-color: #ffffff;
	font-family: verdana, arial;
	border: solid #aaaaaa 1px;
	font-size: 11px;
	color: #000000;
}

input:disabled{
	color: #888888;
}
