/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 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)
 */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F8F3EE;
}
body {
	height: 100%;
}
.bullet {
	vertical-align: middle;
}
a {
	color: #7a4122;
}
h1 {
	color: #7a4122;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #d7a46e;
	display: block;
	margin-bottom: 4px;

}
h2 {
	color: #d09455;
        font-size: 1.2em;
        font-family: Arial, Verdana, Trebuchet MS, sans serif;
}