/**
 * Copyright (C) 2003-2005 Herator
 *                    -  info  @  herator.se  -
 *
 */



/*
 * IMPORT Section
 */

@import url(tables.css);

@import url(links.css);

@import url(texts.css);


body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
;	color: black;
	background: white;
}


img
{
   border: 0;
}


.center
{
		text-align: center;

		display: block;

    margin-left: auto;
    margin-right: auto;
}
