@charset "utf-8";
/* CSS Document */


/* GENERAL
----------------------------------------------------*/
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  /*black */
	background-color:#dad3bf;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, select, textarea	{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Blue titles at top of page */
.content_title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003E7E;   /* Blue*/
	font-weight: bold;
}
/* Blue titles in the body of the page */
.body_title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;   /* Black*/
	font-weight: bold;
}

/* Burgundy titles in the body of the page */
.body_title_burgundy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #52576a; /* SKY BLUE GRAY*/
	font-weight: bold;
}


/* Blue BOLD text in the body of a page */
.body_text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #003E7E;   /* Blue */
	font-weight: bold;
}

/* Burgundy - BOLD -  text in the body of the page */
.body_text_burgundy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75282A;  /* Burgundy*/
	font-weight: bold;
}

/*email_links used for email links */
.email_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #75282a;   /* Burgundy */
	text-align: left;
}

/* TOPBANNER
----------------------------------------------------*/

.topTdL {
	font-size: 11px;
}


/* MENUS
----------------------------------------------------*/
#tableMenu {
	font-size: 15px;
}
#tableMenu a, #tableMenu a:visited, #tableMenu a:active, #tableMenu a:link {
	font-size: 13px;
	padding: 0 8px;
}



/* HOME
----------------------------------------------------*/
#searchZone td {
	font-size: 11px;
}
#searchZone a, #searchZone a:visited, #searchZone a:active, #searchZone a:link {
	font-size: 11px;
}

#infoZone a, #infoZone a:visited, #infoZone a:active, #infoZone a:link {
	font-size: 11px;
}
#flagZone td {
	font-size: 11px;
}




/* EXHIBITOR LIST
----------------------------------------------------*/

.listAlpha a, .listAlpha a:visited, .listAlpha a:active, .listAlpha a:link {
	font-size: 12px;
}


/* EXHIBITOR DETAIL  
----------------------------------------------------*/
.detailTitle1 td {
	font-size: 14px;

}
.detailTitle2 td {
	font-size: 11px;

}



/* FOOTER 
----------------------------------------------------*/
#footerZone, #footerZone a {
	color: #A6A6A6;
	font-size: 11px;
}





/* FORMATAGE
----------------------------------------------------*/
h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px;
}


h4 {	
	font-size: 18px;
}

.legend1 {
	font-size: 11px;
}

