/*
 * 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; }
*/

.16px
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;

}

.14px
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.12px
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.10px
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Responsabili
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
}
.Rosso
{
	color: #FF0000;
}