/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 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/
 * 
 * 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.
 * 
 * Version:  2.0 RC1
 * Modified: 2004-11-27 01:55:54
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

A:link {text-decoration: underline; color: #000066}
A:visited {text-decoration: underline; color: #000066}
A:active {text-decoration: underline; color: #000066}
A:hover {text-decoration: underline; color: black; background-color: #CCFFCC}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.Code
{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}