/*
 * 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)
 */


/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/
/*
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
body {
	font-family: Frankilin Gothic Medium, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #70BF51;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #6EC04B;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 20px;
	text-transform: uppercase;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 100;
	font-style: italic;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
	color: #70BF51;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #70BF51;
	margin-top: 0px;
	margin-bottom: 5px;
}

.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;
}
hr {
	border-top: 1px solid #86794B;
	border-right: 0px none;
	border-bottom: 0px solid;
	border-left: 0px none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #43003A;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
}
a{
	color: #70BF51;
	text-decoration: none;
}

a:link{
	color: #70BF51;
	text-decoration: none;
}

a:visited{
	color: #70BF51;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}
a.nav:link {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	width: 117px;
}

a.nav:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.nav:hover {
	color: #70BF51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
a.lowernav:link {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.lowernav:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.lowernav:hover {
	color: #A0C51E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.green {
	color: #A0C51E;
}
p#green {
	color: #B8D53C;
}
.lowernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #70BF51;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: none;
}
li {
	margin-bottom: 6px;
	margin-left: -12px;
	list-style-position: outside;
	list-style-type: square;
}
