/* CSS Document */

body {
	background-image: url(../Images/Commun/bg.jpg);
	background-repeat: repeat-x;
}

.TextStd, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

a {
	color: #ABC701;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ABC701;
	text-decoration: underline;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------
           NEWS
---------------------------------------------------------------------------------*/
.news .assocImage{
}
.news .title{
	font-size:12px;
	font-weight:bold;
/*	font-size:12px; */
}
.news .date{
	font-size:12px;
	color:#ABC701;
}
.news .content{
	font-size:11px;
	color:#000;
	margin-top:0px;
	margin-bottom:5px;
}

/*---------------------------------------------------------------------------------
---------------- Middle Table with white background -------------------------------
---------------------------------------------------------------------------------*/
.leftMenu a{
	font-size:11px;
	color: #ABC701;
	text-decoration: none;
	font-weight: bold;

}
.leftMenu a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

.leftMenuSelected {
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.leftMenuSelected A{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

/*---------------------------------------------------------------------------------
---------------- Menus ------------------------------------------------------------
---------------------------------------------------------------------------------*/
.topMenu{
	background-image:url(../Images/Commun/topMenuBg.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

/*---------------------------------------------------------------------------------
---------------- Middle Table with white background -------------------------------
---------------------------------------------------------------------------------*/
.contentTableTop{
	background-image: url(../Images/Commun/contentTableTopBg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.contentTableMiddle{
	background-image: url(../Images/Commun/contentTableMiddleBg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.contentTableBottom{
	background-image:url(../Images/Commun/contentTableBottomBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.contentTableMiddleLeft{
	background-image:url(../Images/Commun/sloganComU.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
