/* body */
body {
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #e0dabc;
	margin-top: 2px;
	}

a, td, p, div, .inputText
{
    font-family: Verdana;
    font-size: 11px;
	vertical-align:top
}

/* Home Middle Section */

td.clsHeaders

{
	 color: #630;
    /*text-transform: capitalize;*/
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

td.clsIndent 
{
    text-align: left;
    padding: 7px;
}

td.clsPrograms

{
	color: #006600;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
/*	text-align: center;  */
}

/* Left Column Behavior */

td.clsLeftBody 
{
    background-color: #F8F4E3;
    text-align: left;
    padding: 7px;
    border-bottom: 2px solid #E0DABC;
}

td.clsLftHeaders

{
	background-color: #F8F4E3;
    color: #630;
    /*text-transform: capitalize;*/
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

td.clsFooter
{
	background-color: yellow
	color:#FFFFFF;
	font-weight: bold;
	height: 12px;
	vertical-align: middle;
	padding: 10px;
	text-align: justify;	
}



/*  Colors */

.Green   {background-color: #86B836;}
.ltBrown {background-color: #90593f;}
.dkBrown {background-color: #592f27;}
.Maroon  {background-color: #592f27;}
.Gold    {background-color: #c4a14a;}
.Rust    {background-color: #ca703d;}
.dkBlue    {background-color: #036;}
.ltBlue    {background-color: #98ABC2;}
.Beige     {background-color: #F8F4E3;}

