/**
 * @(#) $RCSfile: 40.css,v $ $Revision: 1.2 $ $Date: 2003/02/06 18:21:15 $
 *
 * Copyright 2003 Orgdot AS. All Rights Reserved.
 * http://dev.swfit.com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/**
 * CSS 1.0 validated style sheet for 4.0 generation browsers
 *
 * @author      Geir Arne Brevik
 * @version     $Revision: 1.2 $ $Date: 2003/02/06 18:21:15 $
 * @since       SWFIT1.0
 */



/**
 * GENERIC CLASSES
 */

/* body-formatting. page margins, main font, background and such. */

body
{
    margin-top: 0px;
    margin-left: 0px;
    padding-top; 0px;
    font-family: Georgia, serif;
    font-size: 12px;
    color:  #585858;
    background: #C1BA9E url(/gfx/bg.jpg);
}

/* to ensure style heritage in old browsers */
div, p, th, td, li, dd, dl, dt   
{
    font-family: Georgia, serif;
    font-size: 12px;
}

/* use an image as list bullet, and align it with other content. */
ul, ol
{
    margin: 0px 0px 0px 0px;
    padding-left: 1.25em;
    list-style-image: none;  
    list-style-position: outside;
}

/* for ordered lists */
ol
{
    list-style-image: none;
    list-style-type: decimal;
}

/* sets width for list items */
li
{
    margin: 0px 0px 0px 0px;
}

/* formats the horizontal ruler */
hr
{
	
}   

/* headline, level 1 */
h1
{
	font-size: 28px;
	font-weight: normal;
	color: 884900;
	margin-bottom: 4px;
}

/* other headlines  */
h2, h3, h4, h5, h6  
{
	margin-bottom: 4px;
	font-weight: normal;
}

/* revmove borders from images */
img
{
    border: 0;
}

/**
 * Anchor (link) formatting. you may specify different formatting for each link state, such 
 * as visited and active (mouse down). The repeated font attributes may seem superfluous, 
 * as it should be inherited from <body> but older versions of Netscape do not know that ...
 */

a
{
    text-decoration: underline;
    color: #884900;
    background-color: transparent;
}

a:link  
{
}

a:visited
{
}

a:active
{
}

/* hover should really be in 50.css, but it is better to have them all together ... */
a:hover 
{
    color: #333;
    background-color: transparent;
    text-decoration: underline;
}


/* code, teletype and preformatted text */
code, tt, pre
{
    color: #000000;
    background-color: transparent;
}

/* generic paragraph  */
p 
{
    margin: 0px 0px 16px 0px;
}
