/********************************************************************************
* phpComasy, Content Management System                                          *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/

body {
	font-size:12pt;
	font-family:"Times New Roman",Times, serif;
	margin:0 10mm 0 10mm;
	padding:0;
	color:#000;
	background-color:#fff;
	background-image:none;
}

h1, h2, h3 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	border:none;
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	font-size:18pt;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:14pt;
}

a:link, a:visited {
	text-decoration:underline;
}

#content {
	clear:both;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#contentfooter {
	display:none;
}

#boxleft{
	text-align:center;
	width:60%;
	margin:auto;
	font-size:12pt;
}

#boxright {
	display:none;
}

#main {
	border:none;
	width:100%;
	margin-left:0px;
	margin-right:0em;
	font-size:12pt;
}

#main p, #main ul, #main ol {
	line-height:normal;
	margin-top:13px;
	margin-bottom:13px;
}

#main img {
	text-align:center;
	clear:both;
	margin-top:15px;
	margin-bottom:0;
	padding-bottom:0;
}

#sidebar {
	display:none;
}

