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

/* GENERAL
----------------------------------------------------*/
body {
	font: 13px 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: 13px 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;
}
/* Burgundy */
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #98002F;   /* Burgundy*/
	font-weight: bold;
}

/* Dark Burgundy */
.intro_page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	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: 14px;
	color: #3b6081;   /* Medium Blue*/
	font-weight: bold;
}

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


/* Bold text in the body of a page */
/* Dark Burgudny */
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #73001A;   /* Dark Burgundy */
	font-weight: bold;
	text-align: left;
}

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

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



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

.topTdL {
	font-size: 12px;
}


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

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

/* HOME
----------------------------------------------------*/




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



/* EXHIBITOR DETAIL  
----------------------------------------------------*/


/* FOOTER 
----------------------------------------------------*/


/* FORMATAGE
----------------------------------------------------*/
