/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/**
 * The "body" styles should match your editor web site, mainly regarding
 * background color and font family and size.
 */

body
{
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
}
table, tr, td, p, h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
table 
{
	font-size:1em;
}
li, ul, ol {
	margin: 0 0 0 15px;
}
ul, ol {
	margin-top: 5px;
}
a
{
	color: #0A50A1;
	text-decoration:underline;
}
h1
{
	font-size: 1.5em;
	margin: 0 0 0.4em 0;
	color: #0A50A1;
	font-weight:bold;
}
h2
{
	font-size: 1.1em;
	margin: 0 0 0 0;
	color: black;
	font-weight:bold;
}
h3
{
	color: black;

font-size: 1.1em;

font-weight: bold;

margin-bottom: 0px;
}
h4
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #0A50A1;
}
h5
{
	font-size: 1.5em;
	margin: 0;
	color: #0A50A1;
}
hr {
	height: 1px;
	color: black;
}
