/**********************************************************************************************/
/**************************************************/
/*************************************** BALISES */
html, body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: "Trebuchet MS", Sans-serif, Arial, Verdana, Helvetica;
	scrollbar-arrow-color: #999;
	scrollbar-track-color: #E7E7E7;
	scrollbar-base-color: white;
	scrollbar-3dlight-color: #999;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #999;
	scrollbar-darkshadow-color: white;
	font-size: 12px;
}
form{    
	margin: 0px;
	padding: 0px;
}
img{
	border: 0px;
}
/* LIENS DE BASE */
a:link, a:visited{
	color: #09C;
	text-decoration: none;
}
a:hover, a:active{
	color: #069;
}
/* LIENS GRIS SOULIGNES */
.sLink a:link, .sLink a:visited{
	color: #444 !important;
	text-decoration: underline;
}
.sLink a:hover, .sLink a:active{
	color: #444 !important;
	text-decoration: none;
}
/* LIENS GRIS pas soulignés */
a.gLink:link, a.gLink:visited{
	color: #444 !important;
	text-decoration: underline !important;
}
a.gLink:hover, a.gLink:active{
	color: #09C !important;
	text-decoration: underline;
}
a.smallLink:link, a.smallLink:visited{
	color: #444;
	font-size: 12px;
	text-decoration: underline;
}
a.smallLink:hover{
	color: #036;
	text-decoration: none;
}
/* TITRES DE BASE */
h1{
	padding: 0px;
	color: #09C;
	font-size: 16px;
	text-transform: uppercase;
}
/*h2{
	color: #09C;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}*/

/*************************************** CLASSES */
/* ELEMENT INVISIBLE */
.hidden{
	display: none;
}
.bloc{
	display: bloc;
}
/* TEXTE BLEU */
.txtBlue{
	color: #09C;
}
/* GROS TEXTE */
.txtBolder{
	font-size: 14px;
}
/* TABLEAU RESA */
.tab_resa{
	width: 980px !important;
}
/* PICTOS */
.picto{
	padding: 0px !important;
	margin: 0px !important;
	border: none !important;
}
/* LISTES A PUCES */
.list1 li{
	padding-left: 10px;
	background: url(images/imgList.gif) no-repeat 0% 50%;
}
/* Small txt */
.small2{
	font-size: 9px;
}
.smallTxt{
	font-size: 11px;
}
.chkbx{
	width: 10px;
	height: 10px;
	line-height: 8px;
	vertical-align: middle;
	border: none;
}
.txtsmall{
	font-size: 10px;
}
/* field standard */
.field{
	margin: 0px;
	padding: 0px 4px;
	background-color: white;
	color: #444;
	border: none;
	font-size: 11px;
	height: 15px;
	
}
/* field modules */
.field2{
	margin: 2px;
	padding: 0px 4px;
	background-color: white;
	color: #333;
	border: none;
	font-size: 11px;
	height: 15px;
	
}
.fixe1{
	width: 140px;
	height: 18px;
}
/* field accueil */
.fieldacc{
	margin: 2px;
	padding: 2px 0px 0px 4px;
	background-color: white;
	color: #444;
	border: 1px solid #39C;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	
}
.area{
	margin: 2px;
	padding: 0px 4px;
	background-color: white;
	color: #444;
	border: none;
	font-size: 11px;
	font-family: "trebuhet MS", Arial, Helvetica, Sans-serif;
	
}
.maxWidth{
	width: 95%;
}
.asterix{
	font-weight: bolder;
	color: #09C;
}
.floatL{
	float: left;

}
.floatR{
	float: right;
}
/* TABLEAUX DE FORMULAIRES */
.tab_form{
	margin: 0px;
	padding: 0px;
}
.tab_form td{
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap; 
	/*padding: 0px 10px;*/
}
.tab_form h4{
	padding: 0px;
	margin: 0px;
}
.tab_form a:link, .tab_form a:visited{
	color: #09C;
	text-decoration: none;
}
.tab_form a:hover, .tab_form a:active{
	color: #369;
}
/* TABLEAUX RECHERCHE AVANCEE */
.tab_form_2{
	margin: 0px;
	padding: 0px;
	font-weight: normal !important;
}
.tab_form_2 td{
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap; 
	/*padding: 0px 10px;*/
}
.tab_form_2 h4{
	padding: 0px;
	margin: 0px;
}
.tab_form_2 a:link, .tab_form_2 a:visited{
	color: #09C;
	text-decoration: none;
}
.tab_form_2 a:hover, .tab_form_2 a:active{
	color: #369;
}
/* TABLEAUX DIVERS */
.tab_1{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.tab_1 td{
	margin: 0px;
	padding-left: 10px;
	vertical-align: top;
	white-space: nowrap; 

}
/* TABLEAUX DE DONNEES */
.tab_info{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: black ;
	font-size: 0.8em;
}
.tab_info th{
	margin: 5px;
	padding: 4px;
	vertical-align: top;
	text-align: center;
	background: #CCC;
	color: black;
	/*white-space: nowrap;*/
}
.tab_info td{
	margin: 5px;
	padding: 4px;
	vertical-align: top;

	white-space: nowrap; 
}
/* SCROLL */
.scroll{
	overflow: auto !important;
}
/* STATIQUE */
.static{
	/*overflow: hidden;*/
}
/* BOUTONS */
.btnLink{
	padding: 0px;
	background: #09C;
	color: #444;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	font-size: 10px;
	height: 24px;
}
.btnLink:hover{
	background: black;
}
/**************************************************************************************************/
/**************************************************************************************************/
/* POPUPS */
#popup{
	width: auto;
	height: auto;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: white;
}
#popup #content{
	padding: 0px;
}
/* RESTABLE */
.resTable{
	background: #444;
}
.resTable td{
	margin: 4px;
	padding: 4px;
	background: white;
}
.resTable2 td{
	margin: 4px;
	padding: 4px;
	background: white;
}
.resTable th{
	margin: 4px;
	padding: 4px;
	background: #E0E6FF;
	color: black;
	font-size: 11px;	
}
/* RESTABLE 3 */
.resTable3{
	line-height: 15px;
	font-size: 10px;
	vertical-align: middle;
	/*font-weight: bold;*/
}
.resTable3 th{
	font-weight: bold;
	color: black;
	padding: 2px;
}
.resTable3 td{
	text-align: center;
	/*font-weight: bold;*/
	color: black;
	padding: 1px;
}
/* RESTABLE 4 */
.resTable4{
	line-height: 15px;
	font-size: 12px;
	vertical-align: middle;
	/*font-weight: bold;*/
}
.resTable4 th{
	font-weight: bold;
	color: black;
	padding: 4px;
}
.resTable4 td{
	text-align: center;
	/*font-weight: bold;*/
	color: black;
	padding: 4px;
}
/* LIENS DE BASE */
#popup a:link,#popup  a:visited{
	color: #09C;
	text-decoration: none;
}
#popup a:hover,#popup  a:active{
	color: #069;
}
/****************** */
#global{
	position: absolute;
	width: 980px;
	height: 582px;
	left: 50%;
	top: 50%;
	margin-top: -294px; /* Centrage vertical */
	margin-left: -492px; /* centrage horizontal */
	/*margin: 0px auto 0px auto;*/
	padding: 0px;
	text-align: left;
	border: 2px solid #CFCFCF;
}
/**********************************************************************************************/
/***************************************************/
/***************************************** ACCUEIL */
#accueil{
	width: 940px;
	height: 542px;
	padding: 20px;	
	overflow: hidden;
}
#accueil .bloc{
	position: absolute;
	left: 480px;
	top: 120px;
	float: left;
	width: 50%;
	height: 500px;
	color: #333;
	overflow: hidden;
	font-size: 16px;
	color: white;
}
#accueil .bloc ul{
	margin: 0px;
	padding: 0px;
}
#accueil .bloc li{
	list-style-type: none;
	font-size: 16px;
	padding-bottom: 5px;
}
#accueil .bloc a{
	color: #444;
}
#accueil .bloc a:hover{
	color: #39F;
}
#accueil .bloc h1{
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;	
}
#accueil .bloc .small{
	font-size: 11px;
}
#accueil .navDown{
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #9CF;
}
#accueil .smLink a{
	font-size: 12px;
	color: #9CF;	
}
#accueil .smLink a:hover{
	font-size: 12px;
	color: white;	
}
#accueil a:link, #accueil a:visited{
	color: #9CF;
}
#accueil a:hover{
	color: white;;
}
/**************************************************/
/***************************************** HEADER*/
#header{
	width: 980px;
	height: 90px;
	background: #051D59 url(../images/header.jpg) no-repeat;
}
/**************************************************/
/***************************************** NAVIG */
#nav{
	width: 980px;
	height: 20px;
	line-height: 20px;	
	font-size: 10px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	/*overflow: hidden;*/
}
#nav ul{
	height: 20px;
	margin: 0px;		
	padding: 0px;
	text-align: center;
}
#nav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a{
	margin: 0px;
	color: #444;
	padding: 0px 8px 10px 12px;
	text-decoration: none;
	/*font-weight: bold;*/
}
#nav li a:hover{
	color: #09C;
}
/**************************************************/
/***************************************** NAVIG */
#main .subnav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 60px;
	line-height: 30px;
	vertical-align: top;	
	font-size: 10px;
	/*font-weight: bold;*/
	/*overflow: hidden;*/
}
#main .subnav ul{
	height: 30px;
	margin: 0px;		
	padding: 0px;
	text-align: center;
}
#main .subnav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main .subnav li a{
	line-height: 20px;
	margin: 0px;
	color: #fff !important;
	padding: 0px 8px 0px 12px;
	text-decoration: none;
	/*font-weight: bold;*/
}
#main .subnav li a:hover{
	margin: 0px;
	color: #09C !important;
}
/* Elément sélectionné */
.on{
	color: #09C !important;
	/*font-weight: bolder;*/
}
/**********************************************************************************************/
/**************************************************/
/********************************** MAIN CONTENT */
#main{
	position: relative;
	width: 980px;
	height: 336px;
	
}
#main #content{
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 10px 0px 0px 0px;
	width: 930px;
	height: 326px;
	text-align: left;
	overflow: auto;
	/*border: 1px dashed blue;*/
	/*background: red;*/
}
/**************************************************/
/* LISTES */
#main ul{
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
#main li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	/*font-weight: bold;	*/
}
#main li a:link, #main li a:visited{
	color: #09C;
	text-decoration: none;	
}
#main li a:hover, a:active{
	color: #339;
	text-decoration: none;	
}
#main a:link, #main a:visited{
	color: #09C;
	text-decoration: none;
}
#main a:hover, #main a:active{
	color: #069;
}
/*****************************************************************/
/******************************************************** BLOCS */
/*
/*
/************************************************** BLOCS TYPE A */
#main .bloc_a{
	float: left;
	width: 250px;
	margin: 10px 20px;
	padding: 0px;
	color: #444;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
	overflow: hidden;
	/*border: 1px dashed red;*/
	/*background: #CCC;*/
}
/**************************************************/
/* IMAGES */
#main .bloc_a img{
	margin: 8px 0px;
	padding: 0px 0px 16px 16px;
	
}
/**************************************************/
/* TITRES */
#main .bloc_a h1{
	padding: 0 0 0 24px;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #09C;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
/*
/*
/************************************************** BLOCS TYPE B */
#main .bloc_b{
	float: left;
	width: 350px;
	color: #444;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: left;
	padding: 10px;
	/*background: #CCC;*/
}
/**************************************************/
/* TITRES */
#main .bloc_b h4{
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 22px;
	font-weight: bold;
}
/*
/*
/************************************************** BLOCS TYPE C */
#main .bloc_c{
	float: left;
	width: 150px;
	margin: 20px 0px 0px 20px;
	color: #444;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
	/*background: #CCC;*/
}
/**************************************************/
/* IMAGES */
#main .bloc_c img{
	margin: 0px;;
	padding: 0px;
}
/**************************************************/
/* TITRES */
#main .bloc_c h2{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #09C;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/*
/*
/************************************************** BLOCS TYPE D */
#main .bloc_d{
	float: left;
	width: 134px;
	margin: 20px 15px 0px 0px;
	color: #444;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
	/*border: 1px dashed red;*/
}
/**************************************************/
/* IMAGES */
#main .bloc_d img{
	margin: 0px;;
	padding: 0px;
}
/* MARGES IMG */
#main .bloc_d .imgMargin{
	margin-bottom: 10px;
}
/**************************************************/
/* TITRES */
#main .bloc_d h1{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #09C;
	font-size: 20px;
	text-transform: uppercase;
}
/*
/*
/************************************************** BLOCS TYPE E */
#main .bloc_e{
	float: left;
	width: 150px;
	margin: 20px 15px 0px 0px;
	color: #444;
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
	/*border: 1px dashed red;*/
}
/**************************************************/
/* IMAGES */
#main .bloc_e img{
	margin: 0px;;
	padding: 0px;
}
/**************************************************/
/* TITRES */
#main .bloc_e h2{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #09C;
	font-size: 20px;
	text-transform: uppercase;
}
/*
/*
/************************************************** BLOCS TYPE ACTU */
#main .bloc_actu{
	float: left;
	width: 100%px;
	margin: 10px 25px 0px 0px;
	color: #2968B9;
	font-size: 10px;
	/*font-weight: bold;*/
	text-align: justify;
	border: 1px dashed blue;
    background: #CCC;
}
#main .bloc_actu h1{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #09C;
	font-size: 18px !important;
	font-weight: bold;
	text-transform: uppercase;
}
#main .bloc_actu h2{
	margin: 0px;
	padding: 4px 0px 0px 0px;
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
/************************************************** BLOCS IMAGES */
#main .bloc_image_l{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	color: #444;
	font-size: 9px;
	/*font-weight: bold;*/
}
#main .bloc_image_r{
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	color: #444;
	font-size: 9px;
	/*font-weight: bold;*/
}
#main .bloc_image_l a{
	width: auto;
	color: #09C;
	text-transform: uppercase;
	font-size: 10px;
}
#main .bloc_image_r a{
	width: auto;
	color: #09C;
	text-transform: uppercase;
	font-size: 10px;
}
/**************************************************/
/* IMAGES */
#main .bloc_actu img{
	margin: 10px 10px 10px 0px;
}

/************************************************** BLOCS TYPE MASTER */
#main .bloc_master{
	float: left;
	width: 745px;
	/*height: 300px;*/
	margin: 0px 0px 0px 10px;
	padding: 20px 10px 10px 0px;
	color: #444;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: justify;
	line-height: 120%;
	/*background: white;*/
	/*border: 1px dashed red;*/
}
#main .bloc_masterpage{
	float: left;
	width: 725px;
	margin: 0px 10px 0px 20px;
	padding: 20px 10px 10px 0px;
	color: #444;
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: justify;
	line-height: 120%;
}
#main .bloc_masterpage h1{
	margin: 0px 10px 20px 0px;
	padding: 0px;
	color: #09C;
	font-size: 22px;
	text-transform: uppercase;
}
#main .bloc_master_actu{
	float: right;
	width: 780px;
	/*border: 1px dashed blue;*/
}
#main .full{
	margin-left: 20px;
	width: 860px;
	min-height: 29px;
}
html>body #main .bloc_master{
	padding: 10px;
}
/* TITRES */
#main .bloc_master h1{
	margin: 0px 10px 20px 0px;
	padding: 0px;
	color: #09C;
	font-size: 26px;
	text-transform: uppercase;
}
#main .bloc_master h2{
	display: inline;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #09C;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#main .bloc_master h3{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #444;
	font-size: 16px;
}
#main .bloc_master h4{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #09C;
	font-size: 14px;
	font-weight: bold;
}
#main .bloc_master h5{
	margin: 0px;
	padding: 0px;
	color: #09C;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#main .bloc_master h6{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #09C;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
#main .bloc_master h6{
	margin: 0px;
	padding: 0px;
	color: #09C;
	font-size: 15px;
	font-weight: bold;
}
/* IMAGES */
#main .bloc_master img{
	float: left;
	/*margin: 0px 20px 10px 0px;*/
}
/*
/*
/************************************************** BLOCS NAV */
#main .bloc_nav{
	top: 0px;
	width: 100px;
	height: 270px;
	text-transform: uppercase;
	/*background: #999;*/
}
#main .bloc_nav li a:link, #main .bloc_nav li a:visited{
	font-size: 11px;
	color: #444;
	/*font-weight: bold;*/
}
#main .bloc_nav li a:hover{
	/*font-weight: bold;*/
	color: #09C;
}
#main .bloc_nav .cat2{
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-transform: none;
}
#main .navLeft{
	text-align: right;
	float: left;
	margin: 20px 20px 20px 0px;
	padding-right: 20px;
	padding-bottom: 20px;

	
}
#main .navRight{
	float: left;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
}
#main .navDown{
	clear: both;
	margin-top: 10px;
	width: 750px;
	text-align: right;
	font-size: 12px;
	/*border: 1px dashed red;*/
	/*background: white;*/
}
#main .navDown a{
	color: #09C;
}
#main .navDown a:hover{
	color: #009;
}
/************************************************** BLOCS FORMULAIRE */
#main #bloc_form{
	width: 400px;
	float: left;
	text-align: left;
}
#main #bloc_form ul{
	line-height: 20px;
}
#main #bloc_form li{
	float: left;
	display: inline;
	width: 200px;
}
#main #bloc_form .txt{
	display: block;
	float: left;
	clear: left;
}
/**************************************************/
/******************************** BARRE D'OUTILS */
#tools{
	position: absolute;
	bottom: 10px;
	right: 10px;
	float: right;
	padding-top: 250px;
	margin-right: 2px;
	width: 20px;
	/*background: white;*/
}
#tools2{
	position: absolute;
	bottom: 200px;
	right: 10px;
	float: right;
	width: 20px;
	/*background: white;*/
}
#tools2 img{
	margin: 0px;
	padding: 0px;
	border: none;
}
/* HACK MARGE IE */
html>body #main #tools{
	margin-right: 10px;
}
/**********************************************************************************************/
/**************************************************/
/*************************************** MODULES */
#modules{
	/*clear: both;*/
	position: relative;
	width: 980px;
	height: 136px;
	overflow: hidden;
}
#modules #content{
	height: 98px;
	width: 960px;
	padding: 6px 0px 4px 20px;
	overflow: hidden;
}
/* BLOC DE BASE */
#modules .bloc{
	float: left;
	width: 155px;
	height: 98px;
	padding: 0px 20px 0px 10px;
	color: white;
	font-size: 10px;
	border-left: 1px solid #CCC;
}
/* BLOW WELCOME */
#modules #welcome a{
	color: white;
}
#modules #welcome a:hover{
	text-decoration: underline;
}
/* BLOC MOTEUR */
#modules #moteur{
	width: 160px;
}
#modules #moteur .field2{
	display: inline;
	min-width: 180px;
	height: 16px;
	margin: 0px;
	font-size: 9px;
}
#modules #moteur select,#modules #moteur option{
	display: inline;
	width: 120px !important;
}
#modules #focus table{
	line-height: 12px;
}
#modules #focus table a, #modules #moteur table a{
	color: #09C;
}
#modules #focus table a:hover, #modules #moteur table a:hover{
	color: white;
	text-decoration: underline;
}


/**************************************************/
/* LISTES */
#modules ul{
	clear: both;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#modules li{
	list-style: none;
}
#modules li a:link, a:visited{
	color: #9CF;
	text-decoration: none;
	/*font-weight: bold;*/
}
#modules li a:hover, a:active{
	color: white;
	text-decoration: none;
	/*font-weight: bold;*/
}
/**********************************************************************************************/
/**************************************************/
/**************************************** FOOTER */
#footer{
	position: absolute;
	bottom: 0px;
	left: 10px;
	clear: both;
	height: 16px;
	font-size: 10px;
	vertical-align: bottom;
	color: #CCC;
	/*border: 1px dashed red;*/
}
#footer a:link, #footer a:visited{
	color: #AAA;
}
#foottag{
	float: right;
	width: 20%;
	text-align: right;
	color: #DDD;
	font-style: italic;
	/*background: red;*/
}
#foottag a{
	font-style: normal;
}
/**************************************************/
/* LISTES */
#footer ul, #foottag ul{
	padding: 0px;
	margin: 0px;
}
#footer li, #foottag li{
	display: inline;
	list-style-type: none;
	padding: 0px 10px;
	margin: 0px;
	/*font-weight: bold;*/
}
#footer a:link, #footer a:visited{
	color: #AAA;
	text-decoration: none;	
}
#footer a:hover, a:active{
	color: white;
	text-decoration: none;	
}


.noir12B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	
}

.noir12 {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;

}

.noir14 {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;

}

.noir14B {
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight: bold;
	color: #000;

}