/* Stylesheet made by Kenneth Culano, */
/* Copyright.  All rights reserved.   Kenneth Culano */
/* http://www.culano.com */


/* Standardvärden */

body						
  {
    scrollbar-base-color:           #ffffff;
    scrollbar-shadow-color:         #ffffff; 
    scrollbar-3dlight-color: 		    #ffffff; 
    scrollbar-highlight-color:      #ffffff; 
    scrollbar-darkshadow-color:     #ffffff;
    scrollbar-track-color:          #ffffff; 
    scrollbar-arrow-color:          #ffffff;
    margin-top:                     0px;
    margin-right:					          0px;
		margin-bottom:				          0px;
		margin-left:					          0px;
		font-family: 					          Arial, Verdana, Georgia, sans-serif;
		font-size:					            10px;
	  line-height: 					          12px;
	  color:					                #000000;
	  background-color: 							#ffffff;
  }
  
table
  {
  	width:													100%; 
  	height:													100%; 
  	border:													0;
  	cellspacing:										0;
  	cellpadding:										0;
  }

td
  {
    text-align:											center;
    width:													100%;
  }
  
p
  {
    text-align:											center;
    vertical-align: 								bottom;
    width:													100%;
    background: 										#ffffff; 
    color: 													#000000; 
    font: 													10pt Georgia, Verdana, Arial, sans-serif;
  }

img
	{
		border:							            none;
	}
  
a:link						
  { 
  	text-decoration:				        none;
		color: 													#000000;
	}
	
a:visited					
  { 
  	text-decoration:				        none;
		color: 													#000000;
	}

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