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

/* GENERAL
----------------------------------------------------*/
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #3b6081;  /*Medium Blue */
	background-color:#3b6081; /*Medium Blue */
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, select, textarea	{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #3b6081;  /*Medium Blue */
}
/* Titles at top of page */
/* Medium Blue */
.content_title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3b6081;   /* Medium Blue*/
	font-weight: bold;
}

/* Brighter Blue */
.content_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2993dc;   /* Brighter Blue */
	font-weight: bold;
}

/* Sub Titles in Page */
/* Medium Blue */
.content_subtitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3b6081;   /* Medium Blue*/
	font-weight: bold;
}

/* Brighter Blue */
.content_subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2993dc; /* Brighter Blue*/
	font-weight: bold;
}


/* Bold text in the body of a page */
/* Medium Blue */
.body_text_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #3b6081;   /* Medium Blue */
	font-weight: bold;
}

/* Brighter Blue */
.body_text_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #2993dc;   /* Brighter Blue */
	font-weight: bold;
}

/*links */
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;   /* Dark Blue*/
	text-align: left;
}
/*links centered */
.linksc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;   /* Dark Blue */
	text-align: center;
}

/*links on exhibitor list */
.linkex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;   /* RED*/
	text-align: left;
}

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

.topTdL {
	font-size: 13px;
}


/* MENUS
----------------------------------------------------*/
#tableMenu {
	font-size: 16px;
}
#tableMenu a, #tableMenu a:visited, #tableMenu a:active, #tableMenu a:link {
	font-size: 14px;
	padding: 0 5px;
}



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

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




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

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


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

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

}



/* FOOTER 
----------------------------------------------------*/
#footerZone, #footerZone a {
	font-size: 13px;
}





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

h2 {
	font-size: 15px;
}


h4 {	
	font-size: 19px;
}
.legend1 {
	font-size: 13px;
}

