/*
 * 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/
 * 
 * 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)
 */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	border-style: none;
	background-color: #ffffff;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.Verdana-11pts-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
}

.Verdana-11pts-Normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: normal; 
}

.Verdana-12pts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Verdana-14pts-Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Verdana-18pts-Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Verdana-22pts-Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Arial-11pts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Arial-12pts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Arial-14pts-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Arial-18pts-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Arial-22pts-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Heading_1 { 
	FONT: bold 24px Arial, Helvetica, Verdana, sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;

	}
	
.Heading_2 {
	FONT: bold italic 20px Georgia, Times new roman;
	TEXT-TRANSFORM: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;

	}

.Heading_3 {
	FONT: bold 16px Arial, Helvetica, Verdana, sans-serif;
	TEXT-TRANSFORM: none;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;

	}
	
.Heading_Thin {

	FONT-SIZE: 22px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	
}
.Double_Spaced {
	LINE-HEIGHT: 1.4;

}
.HeavyText {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 1.3;
	FONT-FAMILY: Verdana, "lucida grande", verdana, "times new roman";
}

.HeavyText2 {
	FONT-WEIGHT: bold;
	font-style: italic;
	FONT-SIZE: 15px;
	LINE-HEIGHT: 1.2;
	FONT-FAMILY: Georgia, "times new roman", 
}

.SmallText {
	FONT-SIZE: 11px;
	LINE-HEIGHT: 1.3;
	padding-bottom: 3;
	margin-bottom: 3;
	padding-top: 3;
	margin-top: 3;
}


.box_solid_line { 
FONT-SIZE: 11px;
	LINE-HEIGHT: 1.3;
	padding-bottom: 3;
	margin-bottom: 3;
	padding-top: 3;
	margin-top: 3;
	border: 1px solid;
	margin: 3px;
	padding: 8px;
	background: #F2F2F2;
      }
		
.box_dotted_line { 
LINE-HEIGHT: 1.3;
	padding-bottom: 3;
	margin-bottom: 3;
	padding-top: 3;
	margin-top: 3;
	border: 1px dotted;
	margin: 3px;
	padding: 8px;
	background: #FBFBFB;
; font-size: 11px
      }
