/*
 * Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.html or http://ckeditor.com/license
 *
 * Styles used by the XHTML 1.1 sample page (xhtml.html).
 */

/**
 * Basic definitions for the editing area.
 */
 @font-face {
    font-family: 'eurostileregular';
    src: url('../fonts/eurostile-webfont.eot');
    src: url('../fonts/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostile-webfont.woff') format('woff'),
         url('../fonts/eurostile-webfont.ttf') format('truetype'),
         url('../fonts/eurostile-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body
{
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
/**
 * Core styles.
 */

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

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

.FontEuroStile
{
	font-family: 'eurostileregular';
}
/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8px;
}

.FontBig
{
	font-size: 34px;
}

.FontDouble
{
	font-size: 200%;
}
.FontT6 { font-size: 6px;}
.FontT8 { font-size: 8px;}
.FontT9 { font-size: 9px;}
.FontT10{ font-size: 10px;}
.FontT11{ font-size: 11px;}
.FontT12{ font-size: 12px;}
.FontT13{ font-size: 13px;}
.FontT14{ font-size: 14px;}
.FontT16{ font-size: 16px;}
.FontT18{ font-size: 18px;}
.FontT20{ font-size: 20px;}
.FontT22{ font-size: 22px;}
.FontT24{ font-size: 24px;}
/**
 * Font colors.
 */
.FontColor1
{
	color: #ff9900;
}

.FontColor2
{
	color: #0066cc;
}

.FontColor3
{
	color: #ff0000;
}

.FontColor1BG
{
	background-color: #ff9900;
}

.FontColor2BG
{
	background-color: #0066cc;
}

.FontColor3BG
{
	background-color: #ff0000;
}

/**
 * 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-left: 1px;
	padding-right: 1px;
	border: #c0c0c0 1px solid;
}

kbd
{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

blockquote
{
	color: #808080;
}
h1{
	/*color: #B1C903;
	font-size: 20px;
	font-weight:bold;
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;*/
	
	/*border-left: 2px solid #76882A;*/
	color: #000000;
	font-size: 18px;
	font-weight:bold;
    /*padding-left: 10px;*/
}
h2{
	color: #000000;
	font-size: 16px;
	font-weight:bold;
	/*font-family: 'eurostileregular', Arial, Verdana, sans-serif;*/
}
h3{
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	/*font-family: 'eurostileregular', Arial, Verdana, sans-serif;*/
}
h4{
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	/*font-family: 'eurostileregular', Arial, Verdana, sans-serif;*/
}
h5{
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;
}
h6{
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;
}
p{
	font-size: 14px;
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;
}
address{
	font-size: 12px;
	font-family: 'eurostileregular', Arial, Verdana, sans-serif;
}
a{
	color: #761704;
	text-decoration: none;
}
a:hover{
	color: #000000;
}