/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 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
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Style sheet print */
/*body {
  margin: 24px;
  padding: 0;
}
* {
  font-family: helvetica;
}

h1 {
  margin-bottom: 18px;
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #a84204;
}
*/
body
{
	margin:0 auto;
	padding:0;
	vertical-align:top;
	font-family: Arial,"Times New Roman",Times,serif;
	font-size:11pt;
	color:#000000;
}      

#container
{
	width:100% !important;
}      
h1,
h2,
h3,
h4,
h5,
h6
{
	text-align: left;
	font-family: Arial, "Times New Roman",Times,serif;
	font-weight:bold;
	font-size:15pt;
	color:#000000;
}      
.mod_article,
.ce_text,
.ce_table,
.ce_list,
div,
span,
p,
table,
tr,
td,
th,
ul,
li,
a,
strong,
em,
b,
i
{
	text-align:justify;
	vertical-align:top;
	font-family: Arial, "Times New Roman",Times,serif;
	font-size:11pt;
	color:#000000;
}

#topnav,
#language,
#header,
.ib_facebook_share,
.mod_googleplus1button,
#footer,
#right {
	display: none;
}
