/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fck_editorarea.css
 * 	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.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/

body {
	margin: 0;
	padding: 0;
	background: white;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0b87b9;
}
a:hover {
	text-decoration:none
}

p{
	margin-bottom: 6px;
	margin-top: 0px;
	padding: none;
}


p,td{
color: #385862;
}

h1 {
	font-family: Tahoma,Arial;
	font-size: 18px;
	color: #000000;
	line-height: normal;
}

h2{
	font-family: Tahoma,Arial;
	font-size: 18px;
	color: #000000;
	line-height: normal;
}

h3{
	font-family: Tahoma,Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

h4{
	font-family: Tahoma,Arial;
	font-size: 14px;
	color: #000000;
	line-height: normal;
}

