/* Egna stilar som ersätter Default.css */
body, div
	{
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}  
    
    .listSeparator
	{
		background-image:url('/images/design/bar_dash_horiz.gif');
		background-repeat:repeat-x;
		height:7px
	}
    
    .listSeparator2
	{
   		/*the border*/
   		border-left:0px none;
   		border-right:0px none;
   		border-bottom: 0px none;
   		border-top: 1px dashed #000;
   		height: 7px;
   		padding: 5px;
   		padding-top: 8px;
	} 
      
    hr
    {
    	border: 1px;
    	width: 100%;
    	color: #FFFFFF
    }
    
    .whitetext
	{
		color: #FFFFFF;
	}
	
	.whitetext a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.whitetext a:hover
	{
		color: #FFFFFF;
	}
	
	.whitetext a:visited
	{
		color: #FFFFFF;
	}
