/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 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 go to http://www.fredck.com/FCKeditor/
 * or contact fckeditor@fredck.com.
 *
 * fck_editorarea.css: Styles used in the editor area. The final user
 *   should customize it for his web site needs.
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */

body
{
	font-size: 12px;
	font-family: Arial;
}

/* To avoid automatic paragraphs spaces: */
/*
P, UL, OL { margin-top: 0px; margin-bottom: 0px; }
*/

.FCKDefault {
	color: Black;
	font-family:Arial,Helvetica,Sans-Serif;
	margin:2px;
	padding:2px;
	font-size:1em;

}

.MainHeader
{
	font-weight: bold;
	text-transform: capitalize;
	font-family:Arial;
	font-size:large;
	color: black;
	text-align:center;
	letter-spacing:2px;
}

.DarkBlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
	padding:4px;
	font-size:14px;
	background-color:#EEE;
}

.RedAlert
{
	background-color:Red;
	color:white;
	font-weight:bold;
	padding:4px;
	display:block;
	font-size:larger;
}

.ComicRelief
{
	font-family:Comic Sans MS;
	line-height:16px;
	letter-spacing:2px;
	color:Green;
	text-align:center;
}
	