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

/* GENERAL
----------------------------------------------------*/
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  /*Black */
	background-color:#98002F; /*Burgundy */
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, select, textarea	{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;  /*Black */
}
/* Titles at top of page */

/* Big title on intro page */
.intro_page_big_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #73001A;
	text-align: center;
}
.intro_page_big_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}
/* Medium Blue */
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #98002F;   /* Burgundy*/
	font-weight: bold;
}

/* Dark Burgundy */
.intro_page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #73001A;   /* Dark Burgundy */
	font-weight: bold;
	text-align: left;
}

/* 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 */
/* Burgundy */
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #73001A;   /* Burgundy */
	font-weight: bold;
	text-align: left;
}

/* Black */
.intro_page_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000;   /* Black */
	font-weight: bold;
	text-align: left;
}

/*links */
.menu_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;   /* Dark Gray*/
	text-align: left;
}
/*links centered */
.linksc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #73001A;   /* Burgundy */
	text-align: center;
}

/*links on exhibitor list */
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #73001A;   /* Burgundy*/
	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;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


/* 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;
}

