
body {
	background: #F4F4EC;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}


/* Основной шрифт для тела редактора */
body, td {
	color: black;
}



/*
	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;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.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;
}

h1 {
	letter-spacing: 0.04em;
	font: normal 18px Tahoma;
	color: black;
	}
	
h2 {
	letter-spacing: 0.04em;
	font: bold 14px Tahoma;
	}
	
h3 {
	letter-spacing: 0.04em;
	font: normal 12px Tahoma;
	color: black;
	}
	
P {
	padding: 5px 10px 5px 10px;
	line-height: 1.1;
	margin: 0px;
	}
	
	
	
.Bold {
	font-weight: bold;
}

.Italic {
	font-style: italic;
}

.Underline {
	text-decoration: underline;
}

.StrikeThrough {
	text-decoration: line-through;
}

.Subscript {
	vertical-align: sub;
	font-size: smaller;
}

.Superscript {
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */
.FontTahoma
{
	font-family: 'Tahoma';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontSize1 {
	font-size: x-small;
}

.FontSize2 {
	font-size: small;
}

.FontSize3 {
	font-size: larger;
}

.FontSize4 {
	font-size: x-large;
}


/**
 * Font colors.
 */
.FontColor1
{
	color: black;
}

.FontColor2
{
	color: red;
}

.FontColor3
{
	color: blue;
}

.FontColor4
{
	color: white;
}
/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

/**
 * Other.
 */

code
{
	font-family: courier, monospace;
	background-color: #eeeeee;
	padding: 6px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: 1px solid  red;
}

blockquote
{
	color: black;
	background: grey;
	padding: 5px;
	border: 1px solid #BEBEBE;
}


