/* standard */

body { 
margin-top: 0; 
margin-right: 0; 
margin-bottom: 65; 
margin-left: 0;
color:#575656;
background-color:#a4b977;
line-height:1.5em;
font-family:Trebuchet MS, arial, helvetica, sans-serif;
font-size:10pt;
font-weight: normal;
}


h1{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
color:#b8382e;
font-style:italic; 
font-weight: bold;
font-size:180%;	
}

h2{
font-family: Trebuchet MS, arial, helvetica, sans-serif;
color:#702771;
font-style:italic; 
font-weight: normal;
font-size:200%;	
}


/* classes for validator */
.tfvHighlight
{font-weight: bold; color: #a61f1f; }
.tfvNormal
{font-weight: bold;	color: #575656; }

/* classes for pre validator */
.preval{
border:none;
font-weight: bold;
color: #575656;
}

.formheaders {
color: #575656; font-weight: bold;
}

/* link*/

A:link  {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #93773a;
text-decoration : underline;
font-weight: bold;
} 

A:active {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #93773a;
text-decoration : underline;
font-weight: bold;
} 

A:visited {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #93773a;
text-decoration : underline;
font-weight: bold;
}

A:hover {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #073601;
text-decoration : none;
font-weight: bold;
}


/* Menu link*/

A.menu:link  {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #ffffff;
text-decoration : none;
font-weight: normal;
font-size:13pt;
} 

A.menu:active {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #ffffff;
text-decoration : none;
font-weight: normal;
font-size:13pt;
} 

A.menu:visited {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #ffffff;
text-decoration : none;
font-weight: normal;
font-size:13pt;
}

A.menu:hover {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #f8fbc4;
text-decoration : underline;
font-weight: normal;
font-size:13pt;
}


/* footer*/

A.footer:link  {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #f8fbc4;
text-decoration : none;
} 

A.footer:active {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #f8fbc4;
text-decoration : none;
} 

A.footer:visited {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #f8fbc4;
text-decoration : none;
}

A.footer:hover {
font-family:Trebuchet MS, arial, helvetica, sans-serif;
color : #ffffff;
text-decoration : underline;
}


/* show hide */


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#0D3900;
	background-color:#A4B977;

	margin-bottom:5px;
	margin-top:2px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;	
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #A4B977;
	background-color:#ffffff;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:8px;
	position:relative;
}

/* show hide end */




/* table */

table { 
font-family:Trebuchet MS, arial, helvetica, sans-serif;
border:0px solid #ffffff;
} 

td{
vertical-align:top;
line-height:1.5em;
border:none;
font-size:10pt;
}



.img{
border-top:1px solid #769047;
border-left:1px solid #769047;
border-right:1px solid #769047;
border-bottom:1px solid #769047;

}

.imgleft{
border-top:1px solid #769047;
border-left:1px solid #769047;
border-right:1px solid #769047;
border-bottom:1px solid #769047;
margin-right:10px;
float: left;
}

.imgright{
margin-bottom:3px;
margin-right:10px;
float: right;
}

a img {
border:none; color:#fff 
}
