@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------------------------------- */
/* ------------------------- conatiner Area ------------------------------ */
/* ----------------------------------------------------------------------- */

/*	=containerConstants -------------------------------------------------- */
.headerIcon { float:left; padding:5px 0 0 5px; }
.headerIcon img { border:0px; }

.help { float:right; padding:5px 5px 0 0; display:none; }
.help img { border:0px; }

.bi { padding:0 0 0 1px; background:url(img/borders.gif) left top repeat-y; }
.contentArea { padding:3px 10px; }	
.contentArea p { /*margin:0 0 .6em 0; */}
.baseArea { height:5px; margin:0 -1px 0 -1px; font-size:0em; }
.baseArea div { width:18px; height:5px; font-size:0em; }
.headerArea { height:27px; margin-right:10px; overflow:hidden; }/* height:1.7em*/
.headerArea .title { margin:5px 0 0 10px; font-size:16px; font-weight:bold; float:left; font-family:Arial, Helvetica, sans-serif;}
.height_3px { font-size:0em; height:3px; }



/* ---------------------------------------------------------------------------------------- */
/*	=containerOuterHeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
	
	/*	=silverHeader ----------------------------------------------------------- */
	.silverHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxSilver.gif) right top no-repeat; }
	.silverHeader .headerArea { background:url(img/boxSilver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.lightGreyHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxLightGrey.gif) right top no-repeat; }
	.lightGreyHeader .headerArea { background:url(img/boxLightGrey.gif) left top no-repeat; }

	/*	=lightGreyHeaderNoLine ----------------------------------------------------------- */
	.lightGreyNoLineHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxLightGreyNoLine.gif) right top no-repeat; }
	.lightGreyNoLineHeader .headerArea { background:url(img/boxLightGreyNoLine.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.darkGreyHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxDarkGrey.gif) right top no-repeat; }
	.darkGreyHeader .headerArea { background:url(img/boxDarkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.whiteHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxWhite.gif) right top no-repeat; }
	.whiteHeader .headerArea {  background:url(img/boxWhite.gif) left top no-repeat; }
	
	/*	=blueHeader ----------------------------------------------------------- */
	.blueHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxBlue.gif) right top no-repeat; }
	.blueHeader .headerArea { background:url(img/boxBlue.gif) left top no-repeat;}
	/*.blueHeader .headerArea .title { font-size:12px; }*/
	/*	=orangeHeader ----------------------------------------------------------- */
	.orangeHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxOrange.gif) right top no-repeat; }
	.orangeHeader .headerArea { background:url(img/boxOrange.gif) left top no-repeat; }
	/*.orangeHeader .headerArea .title { font-size:12px; }*/
	/*	=redHeader ----------------------------------------------------------- */
	.redHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxRed.gif) right top no-repeat; }
	.redHeader .headerArea { background:url(img/boxRed.gif) left top no-repeat; }
	/*.redHeader .headerArea .title { font-size:12px; }*/
	
	/*	=whiteGradeHeader ----------------------------------------------------------- */
	.whiteGradeHeader { padding:0; margin:0 0 10px 0; width:100%; background:url(img/boxGradWhite.gif) right top no-repeat; }
	.whiteGradeHeader .headerArea { background:url(img/boxGradWhite.gif) left top no-repeat; }
/*	=containerOuterBodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.lightGreyContent .contentArea { background:#f3f3f3; }	
	.lightGreyContent .baseArea { background:url(img/boxLightGrey.gif) 100% 100% no-repeat  }
	.lightGreyContent .baseArea div { background:url(img/boxLightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.darkGreyContent .contentArea { background:#e1e1e1; }	
	.darkGreyContent .baseArea { background:url(img/boxDarkGrey.gif) 100% 100% no-repeat  }
	.darkGreyContent .baseArea div { background:url(img/boxDarkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.whiteContent .contentArea { background:#fff; }	
	.whiteContent .baseArea { background:url(img/boxWhite.gif) 100% 100% no-repeat  }
	.whiteContent .baseArea div { background:url(img/boxWhite.gif) 0 100% no-repeat; }
	
	/*	=blueBody --------------------------------------------------------------- */
	.blueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.blueContent .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.blueContent .contentArea { background:#dbe5f1; }	
	.blueContent .baseArea { background:url(img/boxBlue.gif) 100% 100% no-repeat  }
	.blueContent .baseArea div { background:url(img/boxBlue.gif) 0 100% no-repeat; }

	/*	=orangeBody --------------------------------------------------------------- */
	.orangeContent { padding:0 1px 0 0; background:#fbd5b5 url(img/borders_darkOrange.gif) right top repeat-y; }
	.orangeContent .bi { padding:0 0 0 1px; background:url(img/borders_darkOrange.gif) left top repeat-y; }
	.orangeContent .contentArea { background:#fbd5b5; }	
	.orangeContent .baseArea { background:url(img/boxOrange.gif) 100% 100% no-repeat  }
	.orangeContent .baseArea div { background:url(img/boxOrange.gif) 0 100% no-repeat; }
	
	/*	=redBody --------------------------------------------------------------- */
	.redContent { padding:0 1px 0 0; background:#e5b9b7 url(img/borders_darkRed.gif) right top repeat-y; }
	.redContent .bi { padding:0 0 0 1px; background:url(img/borders_darkRed.gif) left top repeat-y; }
	.redContent .contentArea { background:#e5b9b7; }	
	.redContent .baseArea { background:url(img/boxRed.gif) 100% 100% no-repeat  }
	.redContent .baseArea div { background:url(img/boxRed.gif) 0 100% no-repeat; }
	
	/*	=whiteGradeBody --------------------------------------------------------------- */
	.whiteGradeContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.whiteGradeContent .contentArea { background:#fff; }	
	.whiteGradeContent .baseArea { background:url(img/boxGradWhite.gif) 100% 100% no-repeat  }
	.whiteGradeContent .baseArea div { background:url(img/boxGradWhite.gif) 0 100% no-repeat; }
	
/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_lightBox_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader_lightBox ----------------------------------------------------------- */
	.inner_lightBox_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lightBox_silver.gif) right top no-repeat; }
	.inner_lightBox_silverHeader .headerArea { background:url(img/boxInner_lightBox_silver.gif) left top no-repeat; }

		/*	=lightGreyHeader_lightBox ----------------------------------------------------------- */
	.inner_lightBox_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lightBox_lightGrey.gif) right top no-repeat; }
	.inner_lightBox_lightGreyHeader .headerArea { background:url(img/boxInner_lightBox_lightGrey.gif) left top no-repeat; }

/*	=containerInner_lightBox_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_lightBox_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_lightBox_lightGreyContent .contentArea { background:#f3f3f3; }	
	.inner_lightBox_lightGreyContent .baseArea { background:url(img/boxInner_lightBox_silver.gif) 100% 100% no-repeat;  }
	.inner_lightBox_lightGreyContent .baseArea div { background:url(img/boxInner_lightBox_silver.gif) 0 100% no-repeat; }
	

/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_lg_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_lightGrey_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_silver.gif) right top no-repeat; }
	.inner_lightGrey_silverHeader .headerArea { background:url(img/boxInner_lg_silver.gif) left top no-repeat; }
			
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_lightGrey_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_lightGrey.gif) right top no-repeat; }
	.inner_lightGrey_lightGreyHeader .headerArea { background:url(img/boxInner_lg_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_lightGrey_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_darkGrey.gif) right top no-repeat; }
	.inner_lightGrey_darkGreyHeader .headerArea { background:url(img/boxInner_lg_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_lightGrey_whiteHeader { padding:0; /*margin:0 0 7px 0 changed to padding*/ padding:0 0 7px 0; width:100%; background:url(img/boxInner_lg_white.gif) right top no-repeat; }
	.inner_lightGrey_whiteHeader .headerArea {  background:url(img/boxInner_lg_white.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_lightGrey_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_lightBlue.gif) right top no-repeat; }
	.inner_lightGrey_lightBlueHeader .headerArea {  background:url(img/boxInner_lg_lightBlue.gif) left top no-repeat; }
		
		/*	=DarkBlueHeader ----------------------------------------------------------- */
	.inner_lightGrey_darkBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_lg_darkBlue.gif) right top no-repeat; }
	.inner_lightGrey_darkBlueHeader .headerArea {  background:url(img/boxInner_lg_darkBlue.gif) left top no-repeat; }


/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_lightGrey_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_lightGreyContent .contentArea { background:#f3f3f3; }	
	.inner_lightGrey_lightGreyContent .baseArea { background:url(img/boxInner_lg_lightGrey.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_lightGreyContent .baseArea div { background:url(img/boxInner_lg_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_lightGrey_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_darkGreyContent .contentArea { background:#e1e1e1; }	
	.inner_lightGrey_darkGreyContent .baseArea { background:url(img/boxInner_lg_darkGrey.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_darkGreyContent .baseArea div { background:url(img/boxInner_lg_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_lightGrey_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_lightGrey_whiteContent .contentArea { background:#fff; }	
	.inner_lightGrey_whiteContent .baseArea { background:url(img/boxInner_lg_white.gif) 100% 100% no-repeat  }
	.inner_lightGrey_whiteContent .baseArea div { background:url(img/boxInner_lg_white.gif) 0 100% no-repeat; }
	
	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_lightGrey_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_lightGrey_lightBlueContent .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_lightGrey_lightBlueContent .contentArea { background:#dbe5f1; }	
	.inner_lightGrey_lightBlueContent .baseArea { background:url(img/boxInner_lg_lightBlue.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_lightBlueContent .baseArea div { background:url(img/boxInner_lg_lightBlue.gif) 0 100% no-repeat; }
		
	/*	=DarkBlueBody --------------------------------------------------------------- */
	.inner_lightGrey_darkBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_darkBlue.gif) right top repeat-y; }
	.inner_lightGrey_darkBlueContent .bi { padding:0 0 0 1px; background:url(img/borders_darkBlue.gif) left top repeat-y; }
	.inner_lightGrey_darkBlueContent .contentArea { background:#2e67b1; }	
	.inner_lightGrey_darkBlueContent .baseArea { background:url(img/boxInner_lg_darkBlue.gif) 100% 100% no-repeat;  }
	.inner_lightGrey_darkBlueContent .baseArea div { background:url(img/boxInner_lg_darkBlue.gif) 0 100% no-repeat; }
		


/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_dg_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_darkGrey_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_silver.gif) right top no-repeat; }
	.inner_darkGrey_silverHeader .headerArea { background:url(img/boxInner_dg_silver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_darkGrey_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_lightGrey.gif) right top no-repeat; }
	.inner_darkGrey_lightGreyHeader .headerArea { background:url(img/boxInner_dg_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_darkGrey_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_darkGrey.gif) right top no-repeat; }
	.inner_darkGrey_darkGreyHeader .headerArea { background:url(img/boxInner_dg_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_darkGrey_whiteHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_white.gif) right top no-repeat; }
	.inner_darkGrey_whiteHeader .headerArea {  background:url(img/boxInner_dg_white.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_darkGrey_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_dg_lightBlue.gif) right top no-repeat; }
	.inner_darkGrey_lightBlueHeader .headerArea {  background:url(img/boxInner_dg_lightBlue.gif) left top no-repeat; }



/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_darkGrey_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_lightGreyContent .contentArea { background:#f3f3f3; }	
	.inner_darkGrey_lightGreyContent .baseArea { background:url(img/boxInner_dg_lightGrey.gif) 100% 100% no-repeat  }
	.inner_darkGrey_lightGreyContent .baseArea div { background:url(img/boxInner_dg_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_darkGrey_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_darkGreyContent .contentArea { background:#e1e1e1; }	
	.inner_darkGrey_darkGreyContent .baseArea { background:url(img/boxInner_dg_darkGrey.gif) 100% 100% no-repeat  }
	.inner_darkGrey_darkGreyContent .baseArea div { background:url(img/boxInner_dg_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_darkGrey_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_darkGrey_whiteContent .contentArea { background:#fff; }	
	.inner_darkGrey_whiteContent .baseArea { background:url(img/boxInner_dg_white.gif) 100% 100% no-repeat  }
	.inner_darkGrey_whiteContent .baseArea div { background:url(img/boxInner_dg_white.gif) 0 100% no-repeat; }	

	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_darkGrey_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_darkGrey_lightBlueContent .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_darkGrey_lightBlueContent .contentArea { background:#dbe5f1; }	
	.inner_darkGrey_lightBlueContent .baseArea { background:url(img/boxInner_dg_lightBlue.gif) 100% 100% no-repeat  }
	.inner_darkGrey_lightBlueContent .baseArea div { background:url(img/boxInner_dg_lightBlue.gif) 0 100% no-repeat; }
			
/* ---------------------------------------------------------------------------------------- */
/*	=containerInner_w_HeaderArea ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

	/*	=silverHeader ----------------------------------------------------------- */
	.inner_white_silverHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_silver.gif) right top no-repeat; }
	.inner_white_silverHeader .headerArea { background:url(img/boxInner_w_silver.gif) left top no-repeat; }
	
	/*	=lightGreyHeader ----------------------------------------------------------- */
	.inner_white_lightGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_lightGrey.gif) right top no-repeat; }
	.inner_white_lightGreyHeader .headerArea { background:url(img/boxInner_w_lightGrey.gif) left top no-repeat; }
	
	/*	=darkGreyHeader ----------------------------------------------------------- */
	.inner_white_darkGreyHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_darkGrey.gif) right top no-repeat; }
	.inner_white_darkGreyHeader .headerArea { background:url(img/boxInner_w_darkGrey.gif) left top no-repeat; }
	
	/*	=whiteHeader ----------------------------------------------------------- */
	.inner_white_whiteHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_white.gif) right top no-repeat; }
	.inner_white_whiteHeader .headerArea {  background:url(img/boxInner_w_white.gif) left top no-repeat; }

	/*	=redHeader ----------------------------------------------------------- */
	.inner_white_redHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_red.gif) right top no-repeat; }
	.inner_white_redHeader .headerArea {  background:url(img/boxInner_w_red.gif) left top no-repeat; }

	/*	=orangeHeader ----------------------------------------------------------- */
	.inner_white_orangeHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_orange.gif) right top no-repeat; }
	.inner_white_orangeHeader .headerArea {  background:url(img/boxInner_w_orange.gif) left top no-repeat; }

	/*	=greenHeader ----------------------------------------------------------- */
	.inner_white_greenHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_green.gif) right top no-repeat; }
	.inner_white_greenHeader .headerArea {  background:url(img/boxInner_w_green.gif) left top no-repeat; }

	/*	=lightBlueHeader ----------------------------------------------------------- */
	.inner_white_lightBlueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_lightBlue.gif) right top no-repeat; }
	.inner_white_lightBlueHeader .headerArea {  background:url(img/boxInner_w_lightBlue.gif) left top no-repeat; }

	/*	=blueHeader ----------------------------------------------------------- */
	.inner_white_blueHeader { padding:0; margin:0 0 7px 0; width:100%; background:url(img/boxInner_w_Blue.gif) right top no-repeat; }
	.inner_white_blueHeader .headerArea {  background:url(img/boxInner_w_Blue.gif) left top no-repeat; }

/*	=containerInner_lg_BodyArea --------------------------------------------------------------- */

	/*	=lightGreyBody --------------------------------------------------------------- */
	.inner_white_lightGreyContent { padding:0 1px 0 0; background:#f3f3f3 url(img/borders.gif) right top repeat-y; }
	.inner_white_lightGreyContent .contentArea { background:#f3f3f3; }	
	.inner_white_lightGreyContent .baseArea { background:url(img/boxInner_w_lightGrey.gif) 100% 100% no-repeat  }
	.inner_white_lightGreyContent .baseArea div { background:url(img/boxInner_w_lightGrey.gif) 0 100% no-repeat; }
	
	/*	=darkGreyBody --------------------------------------------------------------- */
	.inner_white_darkGreyContent { padding:0 1px 0 0; background:#e1e1e1 url(img/borders.gif) right top repeat-y; }
	.inner_white_darkGreyContent .contentArea { background:#e1e1e1; }	
	.inner_white_darkGreyContent .baseArea { background:url(img/boxInner_w_darkGrey.gif) 100% 100% no-repeat  }
	.inner_white_darkGreyContent .baseArea div { background:url(img/boxInner_w_darkGrey.gif) 0 100% no-repeat; }
	
	/*	=whiteBody --------------------------------------------------------------- */
	.inner_white_whiteContent { padding:0 1px 0 0; background:#fff url(img/borders.gif) right top repeat-y; }
	.inner_white_whiteContent .contentArea { background:#fff; }	
	.inner_white_whiteContent .baseArea { background:url(img/boxInner_w_white.gif) 100% 100% no-repeat  }
	.inner_white_whiteContent .baseArea div { background:url(img/boxInner_w_white.gif) 0 100% no-repeat; }

	/*	=redBody --------------------------------------------------------------- */
	.inner_white_redContent { padding:0 1px 0 0; background:#db2e29 url(img/borders_red.gif) right top repeat-y; }
	.inner_white_redContent .bi { padding:0 0 0 1px; background:url(img/borders_red.gif) left top repeat-y; }
	.inner_white_redContent .contentArea { background:#db2e29; }	
	.inner_white_redContent .baseArea { background:url(img/boxInner_w_red.gif) 100% 100% no-repeat  }
	.inner_white_redContent .baseArea div { background:url(img/boxInner_w_red.gif) 0 100% no-repeat; }

	/*	=orangeBody --------------------------------------------------------------- */
	.inner_white_orangeContent { padding:0 1px 0 0; background:#f8be0d url(img/borders_orange.gif) right top repeat-y; }
	.inner_white_orangeContent .bi { padding:0 0 0 1px; background:url(img/borders_orange.gif) left top repeat-y; }
	.inner_white_orangeContent .contentArea { background:#f8be0d; }	
	.inner_white_orangeContent .baseArea { background:url(img/boxInner_w_orange.gif) 100% 100% no-repeat  }
	.inner_white_orangeContent .baseArea div { background:url(img/boxInner_w_orange.gif) 0 100% no-repeat; }

	/*	=greenBody --------------------------------------------------------------- */
	.inner_white_greenContent { padding:0 1px 0 0; background:#99cc33 url(img/borders_green.gif) right top repeat-y; }
	.inner_white_greenContent .bi { padding:0 0 0 1px; background:url(img/borders_green.gif) left top repeat-y; }
	.inner_white_greenContent .contentArea { background:#99cc33; }	
	.inner_white_greenContent .baseArea { background:url(img/boxInner_w_green.gif) 100% 100% no-repeat  }
	.inner_white_greenContent .baseArea div { background:url(img/boxInner_w_green.gif) 0 100% no-repeat; }

	/*	=lightBlueBody --------------------------------------------------------------- */
	.inner_white_lightBlueContent { padding:0 1px 0 0; background:#dbe5f1 url(img/borders_lightBlue.gif) right top repeat-y; }
	.inner_white_lightBlueContent .bi { padding:0 0 0 1px; background:url(img/borders_lightBlue.gif) left top repeat-y; }
	.inner_white_lightBlueContent .contentArea { background:#dbe5f1; }	
	.inner_white_lightBlueContent .baseArea { background:url(img/boxInner_w_lightBlue.gif) 100% 100% no-repeat  }
	.inner_white_lightBlueContent .baseArea div { background:url(img/boxInner_w_lightBlue.gif) 0 100% no-repeat; }
			
	/*	=blueBody --------------------------------------------------------------- */
	.inner_white_blueContent { padding:0 1px 0 0; background:#5d88bf url(img/borders_blue.gif) right top repeat-y; }
	.inner_white_blueContent .bi { padding:0 0 0 1px; background:url(img/borders_blue.gif) left top repeat-y; }
	.inner_white_blueContent .contentArea { background:#5d88bf; }	
	.inner_white_blueContent .baseArea { background:url(img/boxInner_w_Blue.gif) 100% 100% no-repeat  }
	.inner_white_blueContent .baseArea div { background:url(img/boxInner_w_Blue.gif) 0 100% no-repeat; }
	
/*	=specialSettings
		------------------------------------------------------------------------- */
/*	=info pannels */
/* .infoTitleTextHeight { font-size:12px; }*/
