/* CSS Document */

/*========================================================*/
/* Pane                                      */
/*========================================================*/


/*-- top content pane       	        --*/.ContentPane { width: 100%; padding: 0px 0px 0px 0px;}



/*----------------------*/

  /*  Container #1 */
/*----------------------*/
.MainArea{
	border:#e1decd 3px solid;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px ;
}

/*----Container Heading-----*/

.cnt1_heading {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:24px;
	color:#6c3807;
	font-weight: normal;
	}
	
.cnt2_heading {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:18px;
	color:#6c3807;
	font-weight: bold;
	}

.cnt3_heading 

{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#996633;
	font-weight: bold;
	}

/*----------------------*/

  /*  Empty Container */
/*----------------------*/
	
.empt-Cont-text{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:normal;
		color:#FFFFFF;
		padding:5px;
		}

