    * { box-sizing:border-box; -moz-box-sizing:border-box; }

	body, table, tr, td
    {
        font-family					: Trebuchet MS;
		font-size					: 11px;
    	color						: #A7A7A7;
    }

    input, textarea, select
    {
        font-family					: Arial;
        font-size					: 11px;
        color						: black;
        width						: 200px;
    }

	button
    {
        font-family					: Arial;
        font-size					: 11px;
    }

    input.text, select
    {
		padding						: 0px;
        height						: 20px;
    }

	body
    {
        background-color			: #2D1E18;
        margin						: 0px;
        padding						: 0px;
    	padding-right				: 5px;
		padding-top					: 15px;
    }
	
	body.mceContentBody {
		background-color			: #2D1E18;
	}

	ul
    {
		padding						: 0px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    li
    {
        padding						: 0px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    P
    {
		color						: #4A4A4A;
        text-align					: justify;
        line-height   		        : 1.7;
        padding-bottom				: 5px;
    }

    .Footer
    {
		background-image			: url('./bottom.jpg');
        background-color			: black;

    }

    .EButton
    {
        font-family: Arial; font-size: 11px; color: black;
        border: 1px solid black;
        background-color: #878787; width: 100px;
    }

    .ETextInput
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid black;
        background-color: #878787;
    }

	.ETextArea
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid black;
        background-color: #878787;
    }

    a
    {
        color                   : #bbbbbb;
        text-decoration         : none;
    }

    a:hover
    {
        text-decoration         : underline;
		color					: White;
    }

    .EPageHeader
    {
		font-size					: 12px;
		color						: #eeeeee;
		text-transform				: Uppercase;
		font-weight					: normal;
		letter-spacing				: 0.4em;
    }

    .EPageNavigation
    {
		font-size					: 16px;
		color						: White;
		font-weight					: Bold;
		text-transform				: Uppercase;
		letter-spacing				: 0.4em;
    }

    .EBoxed
    {
		border: 1px solid #A7A7A7;
    }

    .EUnderLined
    {
		border-bottom: 1px solid #9F9F9F;
    }

	.EFontNormal
    {
       font-family: Arial; font-size: 11px; color: White;
    }

	.EndParagraph
	{
		text-align				: Center;
		padding-top				: 0px;
		padding-bottom			: 5px;
	}

    p
	{
		text-align				: justify;
        margin					: 0px;
        margin-top				: 5px;
        margin-bottom 			: 8px;
    	color					: #A7A7A7;
	}


	.EFontHighLight
    {
		color: White;
	}

    .EFontBold
    {
		font-weight: bold;
    }

    .ENoUnderline
    {
		text-decoration: none;
    }

    .ESiteLink
    {
		color: #E09717; font-weight: bold; text-decoration: none;
    }

    .ESiteElement
    {
    	 border: 1px solid A48147; border-top: 0px; width: 800px;
    }

	.ESiteHeaderA
    {
    	background-color: #333333; border: 1px solid #A48147;
        height: 112px; color: yellow; font-size: 18px; font-family: Century Gothic; font-weight: bold;
    }

    .EFrameSetCtrl
    {
		text-align: center;
    }


