/*VERY GENERIC STYLES*/
.textLeft{text-align:left;}
.textCenter{text-align:center;}
.textRight{text-align:right;}
/* ********************************************************* */
.floatRight{float:right;}
.floatLeft{float:left;}
.clearLeft{clear:left;}
.clearRight{clear:right;}
.clearBoth{clear:both;}
/* ********************************************************* */
.hide{display:none;}
.inline{display:inline;}
.block{display:block;}
/* ********************************************************* */
.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
/* ********************************************************* */
.fontSize01{font-size:0.5em;}
.fontSize02{font-size:0.6em;}
.fontSize03{font-size:0.7em;}
.fontSize04{font-size:0.8em;}
.fontSize05{font-size:1.0em;}
.fontSize06{font-size:1.1em;}
.fontSize07{font-size:1.2em;}
.fontSize08{font-size:1.3em;}
.fontSize09{font-size:1.4em;}
.fontSize10{font-size:1.5em;}
.fontSize11{font-size:1.6em;}
.fontSize12{font-size:1.7em;}
.fontSize13{font-size:1.8em;}
.fontSize14{font-size:1.9em;}
.fontSize20{font-size:2.0em;}
/* ********************************************************* */
.bBlue{background-color:#102884;}
.bPurple{background-color:#c6007b;}
.bRed{background-color:#e70018;}
.red{color:#e70018;}
.bOrange{background-color:#ef8a00;}
.bYellow{background-color:#ffcb00;}
.bGreen{background-color:#b5db10;}
.bGreenLight{background-color:#ddeab5;}
.bWhite{background-color:#FFFFFF;}
.greenTitle{color:#025d25; size:16px;}
/* ********************************************************* */
.bBlueLight{background-color:#8d9ace;}
.bPurpleLight{background-color:#dc96c1;}
.bRedLight{background-color:#f25565;}
.bOrangeLight{background-color:#f4c890;}
.bYellowLight{background-color:#f5dc77;}
.bGreenLight{background-color:#bce17e;}
.bTurkoiseLight{background-color:#73e3df;}
/* ********************************************************* */
.bTurquoize{background-color:#18d7ce;}
/* ********************************************************* */
.backGris01{background-color:#BCBCBC;}
.backGris02{background-color:#666666;}
.backGris03{background-color:#333333;}
.gris02{color:#666666;}
.white{color:#FFFFFF;}
.bWhite{background-color:#FFFFFF;}
.bColorContact{background-color:#725c5c;}
/* ********************************************************* */
.flashcontent {
	padding:0;
	margin:0;
}
/* ********************************************************* */

/* ********************************************************* */
.noBorder{border:0;}
.border1{border:1px solid #6ca72e;}
.noVspace{padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;}
/* ********************************************************* */
.border1blue{border:1px solid #061e7b;}
.border1purple{border:1px solid #bb0074;}
.border1red{border:1px solid #db0118  ;}
.border1orange{border:1px solid #de8101 ;}
.border1yellow{border:1px solid #edbd02;}
.border1yellow{border:1px solid #edbd02;}
.border1green{border:1px solid #6ca72e;}
.border1turkoise{border:1px solid #0ba29b;}
/* ********************************************************* */
.border2{border:2px solid #673C2C;}
/* ********************************************************* */
.noMargin{margin:0;}
.noPadd{padding:0;}
.noVPadd{padding-top:0;padding-bottom:0;}
.paddLeft10{padding-left:10px;}
.paddRight10{padding-right:10px;}
.paddLeft5{padding-left:5px;}
.paddBottom5{padding-bottom:5px;}
.paddBottom10{padding-bottom:10px;}
.paddBottom15{padding-bottom:15px;}
.paddTitleMenu{margin:5px 0px 0px 0px;color:#000000;font-size:11px;}
.paddTitleMenu a {color:#000000;text-decoration:none}
.paddTitleMenu a:hover{color:#424242;}
.paddTop5{padding-top:5px;}
.marginLeft25{margin-left:25px;}
.marginBottom10{margin-bottom:10px;}
/*.marginMinus5{margin-top:-14px;}*/
 .marginMinus22{margin-top:-22px;}
/* ********************************************************* */
.dashedTop{border-top:1px solid #CCCCCC;}
.dashedBottom{border-bottom:1px solid #CCCCCC;}
.dashedRight{border-right:1px solid #CCCCCC;}
.dashedLeft{border-left:1px solid #CCCCCC;}
.hrRed{
	width:100%;
	margin:5px 0 0 0;
	padding:0;
	color:#db0118;
	background-color:#db0118;
	height: 1px;
	border: 0;
}
.hrGreen{
	width:100%;
	margin:20px 0 20px 0;
	padding:0;
	color:#bce17e;
	background-color:#bce17e;
	height: 3px;
	border: 0;
}
.hrGreenTop{
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	color:#bce17e;
	background-color:#bce17e;
	height: 1px;
	border: 0;
}
/* ********************************************************* */
.selected{
	background-color:#bce17e;
/*	width:120px;*/
	height:17px;
	border:1px solid #a5aeb5;
}
.areaSelected{
	background-color:#bce17e;
	border:1px solid #a5aeb5;
}
/* ********************************************************* */
.larg50{width:50%;}
.larg80{width:80%;}
.larg100{width:100%;}
/* ********************************************************* */
.w190 { width:190px;}
.w300 { width:300px;}
.w350 { width:350px;}
.w355 { width:355px;}
.w358 { width:358px;}
.w400 { width:400px;}
.w450 { width:450px;}
.w500 { width:500px;}
.w550 { width:550px;}
.w600 { width:600px;}
.w650 { width:650px;}
.w700 { width:700px;}
.w716 { width:716px;}
.w750 { width:750px;}
.w800 { width:800px;}
.w850 { width:850px;}
.w920 { width:920px;}
.w900 { width:900px;}
.w950 { width:950px;}
.w952 { width:952px;}