/**
 * Copyright (C) 2007, Koen Bollen
 *
 * 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 version 2.
 *
 * 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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * http://www.gnu.org/licenses/gpl.txt
 */

/* *** default *** */
html,body{margin:0px;padding:0px}
body
{
	background: #FFFFFF;
	padding:    5px;
}
/* *** ******* *** */


/* *** content *** */
.content
{
	color:           #000000;
	font-family:     "Verdana", "Arial", "Sans";
	font-size:       10px;
	font-weight:     normal;
	text-align:      justify;
	text-decoration: none;
}
.content .warning, .content.warning
{
	color:      #EDAA09;
	font-style: italic;
}
.content .error, .content.error
{
	color:       #A00000;
	font-weight: bold;
}
.content a, a.content
{
	color:           #0000A0;
	text-decoration: underline;
}
.content a:hover, a:hover.content
{
	color:           #000050;
	text-decoration: none;
}
.content h1, h1.content,
.content h2, h2.content
{
	margin:      0px;
	padding:     2px 2px 10px 2px;
	font-size:   16px;
	font-weight: bold;
}
.content h2, h2.content
{
	font-size: 14px;
}
.content p, p.content
{
	margin:  0px;
	padding: 2px 2px 8px 2px;
}
.content hr, hr.content
{
	color:      #000000;
	background: #000000;
	height:     1px;
	border:     0px;
}
/* *** ******* *** */


/* *** standards *** */
.clear  { clear:       both;   }
.nowrap { white-space: nowrap; }
.center { text-align:  center; }
.left   { text-align:  left;   }
.right  { text-align:  right;  }
.fleft  { float:       left;   }
.fright { float:       right;  }
.wide   { width:       100%;   }
/* *** ********* *** */


/* *** menu *** */
.menu ul, ul.menu
{
	list-style: none;
	margin:     1px;
	padding:    0px;
}
.menu li
{
	display: inline;
	margin:  1px 2px 1px 2px;
	padding: 0px;
}
/* *** **** *** */

/* eof */
