    * { box-sizing:border-box; -moz-box-sizing:border-box; }

	body, table, tr, td
    {
        font-family					: Arial;
		font-size					: 11px;
		color						: #5a5a5a;
    }

    input, textarea, select
    {
        font-family					: Arial;
        font-size					: 11px;
        color						: #54513F;
        width						: 200px;
    }

	button
    {
        font-family					: Arial;
        font-size					: 11px;
    }

    input.text, select
    {
		padding						: 0px;
        height						: 20px;
    }

	body
    {
		background-color			: #c5d4d6;
        margin						: 0px;
        padding						: 0px;
		padding-left				: 25px;
    	padding-right				: 14px;
		padding-top					: 20px;
		
        scrollbar-face-color        : #c5d4d6;

		scrollbar-highlight-color   : #b1c6c9; /* #5C3655; */
		
		scrollbar-shadow-color      : #b1c6c9;
		scrollbar-arrow-color       : #b1c6c9;

		scrollbar-3dlight-color     : #c5d4d6;
		scrollbar-darkshadow-color  : #c5d4d6;
		scrollbar-track-color       : #c5d4d6;
    }

	ul
    {
		padding						: 0px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    li
    {
        padding-bottom				: 5px;
        margin-top					: 0px;
        margin-bottom				: 0px;
    }

    P
    {
        text-align					: justify;
        line-height   		        : 1.5;
        padding-bottom				: 5px;
    }

    .Footer
    {
		background-image			: url('./bottom.jpg');
        background-color			: black;
    }

    .EButton
    {
        font-family: Arial; font-size: 11px; color: black;
        border: 1px solid #d9e0e0;
        background-color: white; width: 100px;
    }

    .ETextInput
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid #d9e0e0;
        background-color: white;
    }

	.ETextArea
    {
        font-family: Arial; font-size: 11px; color: black;
        width: 200px; border: 1px solid #d9e0e0;
        background-color: white;
    }

    a
    {
        color                   : Black;
        text-decoration         : none;
        font-weight				: bold;
    }

    a:hover
    {
        text-decoration         : underline;
		color					: black;
    }

    .EPageHeader
    {
		font-size					: 14px;
		font-family					: arial;
		color						: #374b46;
		font-weight					: normal;
		/* letter-spacing				: 0.4em; */
    }

    .EPageNavigation
    {
		font-size					: 14px;
		color						: #374b46;
		font-family					: arial;
		font-weight					: Bold;
		/* letter-spacing				: 0.4em; */
		margin-bottom				: 5px;
    }

    .EBoxed
    {
		border: 1px solid #374b46;
    }

    .EUnderLined
    {
		border-bottom: 1px solid #373124;
    }

	.EFontNormal
    {
       font-family: Arial; font-size: 11px; color: #5a5a5a;
    }

	.EndParagraph
	{
		text-align				: Center;
		padding-top				: 0px;
		padding-bottom			: 5px;
	}

    p
	{
		text-align				: left;
        margin					: 0px;
        margin-top				: 5px;
        margin-bottom 			: 8px;
		color					: #5a5a5a;
	}


	.EFontHighLight
    {
		color: white;
	}

	.EFontHighLight a
    {
		color: white;
	}
	
	.EFontHighLight a:hover
    {
		text-decoration			: Underline;
	}
	

    .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;
    }

    #ContentAlignment
	{
		width: 525px;
	}
					

