@charset "iso-8859-1";


	#centerCell{
	
	border-style:			solid;
	border-top-width:		0px;
	border-bottom-width:	1px;
	border-right-width:		0px;
	border-left-width:		0px;
	border-color:			#7e766b;

	}

	#rightCell{
	
	border-style:			solid;
	border-top-width:		0px;
	border-bottom-width:	1px;
	border-right-width:		1px;
	border-left-width:		0px;
	border-color:			#7e766b;
	background-repeat:		repeat-y;

	}

	#centerTitleCell{
	
	border-style:			solid;
	border-top-width:		1px;
	border-bottom-width:	1px;
	border-right-width:		1px;
	border-left-width:		0px;
	border-color:			#7e766b;
	background:				#271a0a;

	}
	
	#centerCellWithRightBorder{
	
	border-style:			solid;
	border-top-width:		0px;
	border-bottom-width:	1px;
	border-right-width:		1px;
	border-left-width:		0px;
	border-color:			#7e766b;
	background:				#271a0a;
	
	}


	#titleAreaLeft{
	
	font-family:			verdana, arial, sans-serif, helvectica;
	font-weight:				bold;
	color:		 			#7e766b;
	font-size:				18px;
	padding-left:			10px;
	padding-top:			5px;
	padding-bottom:			5px;
	
	}



	#centerCellContainer{
	
	border-style:			solid;
	border-top-width:		0px;
	border-bottom-width:	0px;
	border-right-width:		0px;
	border-left-width:		1px;
	border-color:			#7e766b;

	}


	#contentArea{
	
	font-family:			verdana, arial, sans-serif, helvectica;
	color:		 			#7e766b;
	font-size:				14px;
	padding:				20px;
	
	}

	.contentAreaLinks{
	
	color:				#8F4A0E;
	text-decoration:	none;
	font-family:		verdana, arial, sans-serif, helvectica;
	
	}
	
	.contentAreaLinks:hover{
	
	color:				#F57D13;
	text-decoration:	underline;
	
	}

	
	.contentAreaLinksLightYellow{
	
	color:				#FFFF00;
	text-decoration:	none;
	font-family:		verdana, arial, sans-serif, helvectica;
	
	}
	
	
	.contentAreaLinksLightYellow:hover{
	
	color:				#FFFF00;
	text-decoration:	underline;
	
	}

	.contentAreaTitles{
	
	font-size:			16px;
	font-family:		arial, sans-serif, helvectica;
	color:				#B05B10;
		
	}



	#bottomArea{
	
	font-family:			verdana, arial, sans-serif, helvectica;
	color:		 			#999999;
	font-size:				10px;
    padding:				3px;
	
	}

	.bottomAreaLinks{
	
	color:				#999999;
	text-decoration:	none;

	font-family:		verdana, arial, sans-serif, helvectica;
	
	}
	
	.bottomAreaLinks:hover{
	
	color:				#CCCCCC;
	text-decoration:	underline;
	
	}