﻿/* universal definitions */
body 
{
	background-color:#e0e0e0;
	color:#4D4D4D;
}

p
{
	margin:0px 10px 10px 0px;
}

a
{
	color:#000000;
}

h1
{
	color:#764C26;
}

/* end universal definitions */

/* generalised */

div#header li a
{
    color:#4D4D4D;
}

/* end generalised */

/*form elements styles*/

input
{
	border:1px solid #A2A70F;
}

/*emd form elements styles */


/* contents section */

#content
{
    background-color:#F2F2F2;
}

.brownText, .brownText a
{
    color:#764C26;
}

.leftContents .leftTopText
{
    color:#FFFFFF;
}

.brownShade
{
    color:#E0D9D1;
}
.cform fieldset input, .cform fieldset textarea, .cform fieldset select
{
	/*background-color:#DCE7CD  !important;*/
}
.btnSubmit
{
    background-color:#C6D8AC  !important;
    
}

.leftContents .leftBottomText
{
    color:#EFEFEF;
}

div#footer
{
    background-color:White;
}

/* end contens section */