/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 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.
 */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#c0c0c0;
	background-image:url(images/slp_bg.gif);
	background-repeat:repeat-x;
}

hr {
color:#CCCCCC;
}

td
{
	vertical-align: top;
}

a, blockquote, pre,
abbr, acronym, address, big, cite, code, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 1em;
    line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6{
line-height:1em;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 10px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight:100;
	color: #c70029;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #1F3469;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:500;
	color: #E25120;
}

h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color: #E25120;
	text-decoration:none;
	line-height:15px;
	padding-top:4px;
	padding-bottom:10px;

}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:100;
	color: #783B90;
}

h5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #783B90;
}

h5	a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #783B90;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:100;
	color: #783B90;
}